This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.crowdstrikexdr.co.za,crowdstrikexdr.co.za | |
japan.crowdstrikebenefits.com | |
*.crowdstrikedataprotection.cc,crowdstrikedataprotection.cc | |
*.crowdstrikedataprotecton.com,crowdstrikedataprotecton.com | |
*.crowdstrike-cspm-reg-test.com,crowdstrike-cspm-reg-test.com | |
*.crowdstrikemalware.zip,crowdstrikemalware.zip | |
land.crowdstrikebenefits.com,us.crowdstrikebenefits.com | |
ww16.crowdstrike.capethemes.com | |
*.crowdstrike.1-27.us-east-1.k8s.dev.appian-internal.com | |
*.crowdstrike.1-29.us-east-1.k8s.dev.appian-internal.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT 'Homebrew Package' AS source, name, version, | |
CASE | |
WHEN version LIKE '5.6.0%' OR version LIKE '5.6.1%' THEN 'Potentially Vulnerable' | |
ELSE 'Most likely not vulnerable' | |
END AS status | |
FROM homebrew_packages | |
WHERE name = 'xz' OR name = 'liblzma'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT 'DEB Package' AS source, name, version, | |
CASE | |
WHEN version LIKE '5.6.0%' OR version LIKE '5.6.1%' THEN 'Potentially Vulnerable' | |
ELSE 'Most likely not vulnerable' | |
END AS status | |
FROM deb_packages | |
WHERE name = 'xz-utils' OR name = 'liblzma' OR name LIKE 'liblzma%' | |
UNION | |
SELECT 'RPM Package' AS source, name, version, | |
CASE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agent": { | |
"id": "b5780efb-e2e8-42f2-9221-b8e93f2db369", | |
"type": "endpoint", | |
"version": "8.6.2" | |
}, | |
"process": { | |
"Ext": { | |
"ancestry": [ | |
"YjU3ODBlZmItZTJlOC00MmYyLTkyMjEtYjhlOTNmMmRiMzY5LTAtMTY3ODkzOTIxOS4yNTI4MzAw" |