python-apps
python-apps copied to clipboard
Apps to be used for Shuffle automation
Based on the official documentation: https://learn.microsoft.com/en-us/graph/api/resources/security-api-overview?view=graph-rest-1.0 and https://learn.microsoft.com/en-us/graph/api/user-list-people?view=graph-rest-beta&tabs=http
Bumps the pip group with 1 update in the /email/1.3.0 directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /shuffle-tools/1.2.0 directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1...
I have two issues when using Shuffle on my self-hosted setup When I try to create a custom app, the Docker build fails with the following error: Step 11/13 :...
When we try to insert data into a single column, it fails. However, it works correctly when inserting data into multiple columns.
 ### Snyk has created this PR to fix 5 vulnerabilities in the dockerfile dependencies of this project. Keeping your Docker base image up-to-date means you’ll benefit from security fixes...
In https://shuffler.io/apps/accdaaf2eeba6a6ed43b2efc0112032d an incorrect URI is linked. Instead of ""Get mails from folder" https://graph.microsoft.com/v1.0/users/me/mailFolders/{folderid}" it should be""Get mails from folder" https://graph.microsoft.com/v1.0/me/mailFolders/{folderid}". Without "users". If I customise the app as in...
HTTP app version 1.4.0 When I'm trying to GET alerts from DFIR IRIS with http app or "custom action" in IRIS app i get an error/ IRIS endpoint: /alerts/filter this...
http 1 PATCH Status FAILURE "Results for http_1":{3 items "success":false "reason":"Function PATCH doesn't exist, or the App is out of date." "details":"If this persists, please delete the Docker image locally,...
By testing the app with the latest versions of Velociraptor, I found that the org_id parameter is missing and the queries doesn't work to other organisations because by default the...
Getting issue when using Execute Python node. This was working last week though. **Exception: 'Tools' object has no attribute 'singul'**  `import ipaddress ip1 = "$data.all_fields.data.srcip" ip2 = "$data.all_fields.agent.ip" subnet_mask...