diff --git a/dist/escu/default/transforms.conf b/dist/escu/default/transforms.conf index 275cd4aa12..caa558fcb9 100644 --- a/dist/escu/default/transforms.conf +++ b/dist/escu/default/transforms.conf @@ -338,6 +338,7 @@ case_sensitive_match = false # description = A list of file extensions that are associated with ransomware match_type = WILDCARD(Extensions) min_matches = 1 +case_sensitive_match = false [ransomware_notes_lookup] filename = ransomware_notes.csv @@ -345,6 +346,7 @@ default_match = false # description = A list of file names that are ransomware note files match_type = WILDCARD(ransomware_notes) min_matches = 1 +case_sensitive_match = false [remote_access_software] filename = remote_access_software.csv diff --git a/lookups/ransomware_notes_lookup.yml b/lookups/ransomware_notes_lookup.yml index c32a61f558..09528ba84e 100644 --- a/lookups/ransomware_notes_lookup.yml +++ b/lookups/ransomware_notes_lookup.yml @@ -4,3 +4,4 @@ filename: ransomware_notes.csv match_type: WILDCARD(ransomware_notes) min_matches: 1 name: ransomware_notes_lookup +case_sensitive_match: 'false' diff --git a/playbooks/CrowdStrike_OAuth_API_Device_Attribute_Lookup.yml b/playbooks/CrowdStrike_OAuth_API_Device_Attribute_Lookup.yml index 6cbad29ae4..3df08bd472 100644 --- a/playbooks/CrowdStrike_OAuth_API_Device_Attribute_Lookup.yml +++ b/playbooks/CrowdStrike_OAuth_API_Device_Attribute_Lookup.yml @@ -1,15 +1,15 @@ -name: Crowdstrike OAuth API Device Attribute Lookup +name: CrowdStrike OAuth API Device Attribute Lookup id: fc0eac01-af2b-4cb0-7b4d-63da67d3fe74 version: 1 date: '2023-01-11' author: Teoderick Contreras, Splunk type: Investigation description: "Accepts a user or device and looks up the most recent attributes and groups for that user or device. This playbook produces a normalized output for each user and device." -playbook: Crowdstrike_OAuth_API_Device_Attribute_Lookup +playbook: CrowdStrike_OAuth_API_Device_Attribute_Lookup how_to_implement: This input playbook requires the Crowdstrike OAuth API connector to be configured. It is designed to work in conjunction with the Dynamic Attribute Lookup playbook or other playbooks in the same style. references: [] app_list: - - Crowdstrike OAuth API + - CrowdStrike OAuth API tags: platform_tags: - attributes @@ -22,4 +22,4 @@ tags: vpe_type: Modern playbook_fields: [] product: - - Splunk SOAR \ No newline at end of file + - Splunk SOAR