Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/appinspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
python-version: '3.11'
architecture: 'x64'

- name: Install Python Dependencies and ContentCTL and Atomic Red Team
run: |
echo "- Contentctl version - $(cat requirements.txt)"
pip install -r requirements.txt
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
git clone --depth=1 --single-branch --branch="ATT&CK-v18.1" https://github.com/mitre/cti external_repos/cti

- name: Running appinspect with enrichments
env:
APPINSPECTUSERNAME: "${{ secrets.APPINSPECTUSERNAME }}"
Expand All @@ -42,4 +42,4 @@ jobs:
name: content-latest
path: |
artifacts/DA-ESS-ContentUpdate-latest.tar.gz
artifacts/app_inspect_report
artifacts/app_inspect_report
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
steps:
- name: Check out the repository code
uses: actions/checkout@v6

- uses: actions/setup-python@v6
with:
python-version: '3.11'
architecture: 'x64'

- name: Install Python Dependencies and ContentCTL and Atomic Red Team
run: |
echo "- Contentctl version - $(cat requirements.txt)"
pip install -r requirements.txt
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
git clone --depth=1 --single-branch --branch="ATT&CK-v18.1" https://github.com/mitre/cti external_repos/cti
- name: Running build with enrichments
run: |
contentctl build --enrichments --enforce_deprecation_mapping_requirement
Expand All @@ -36,4 +36,4 @@ jobs:
name: content-latest
path: |
artifacts/DA-ESS-ContentUpdate-latest.tar.gz
dist/api
dist/api
2 changes: 1 addition & 1 deletion playbooks/AD_LDAP_Account_Locking.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/AD_LDAP_Account_Unlocking.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/AD_LDAP_Entity_Attribute_Lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/AWS_IAM_Account_Locking.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/AWS_IAM_Account_Unlocking.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Active_Directory_Disable_Account_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Active_Directory_Enable_Account_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
4 changes: 2 additions & 2 deletions playbooks/Attribute_Lookup_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
}
},
"playbookName": "dispatch_input_playbooks",
"playbookRepo": 3,
"playbookRepo": 1,
"playbookRepoName": "community",
"playbookType": "data",
"synchronous": true,
Expand Down Expand Up @@ -778,7 +778,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Automated_Enrichment.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.1.0.131"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Azure_AD_Account_Locking.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Azure_AD_Account_Unlocking.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.0.1.123902"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Azure_AD_Graph_User_Attribute_Lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Cisco_Umbrella_DNS_Denylisting.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.1.0.131"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Dynamic_Analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Endpoint_Analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_File_Collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_File_Eviction.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_File_Restore.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Get_Device_Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Network_Isolation.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Network_Restore.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/CrowdStrike_OAuth_API_Process_Termination.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
],
"playbook_trigger": "artifact_created",
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.15",
"version": "6.3.1.178"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/DNS_Denylisting_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.1.0.131"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Dynamic_Analysis_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/G_Suite_for_Gmail_Message_Eviction.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/G_Suite_for_Gmail_Search_and_Purge.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Identifier_Activity_Analysis_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
}
],
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
4 changes: 2 additions & 2 deletions playbooks/Identifier_Reputation_Analysis_Dispatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
}
},
"playbookName": "dispatch_input_playbooks",
"playbookRepo": 3,
"playbookRepo": 1,
"playbookRepoName": "community",
"playbookType": "data",
"synchronous": true,
Expand Down Expand Up @@ -811,7 +811,7 @@
"input_spec": null,
"output_spec": null,
"playbook_type": "automation",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.9",
"version": "6.0.0.114895"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/Jira_Related_Tickets_Search.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.10",
"version": "6.1.0.131"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/MS_Graph_for_Office_365_Message_Eviction.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
2 changes: 1 addition & 1 deletion playbooks/MS_Graph_for_Office_365_Message_Restore.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
}
],
"playbook_type": "data",
"python_version": "3",
"python_version": "3.13",
"schema": "5.0.11",
"version": "6.2.0.355"
},
Expand Down
Loading