Skip to content

TacitRed-SentinelOne v3.0.3: Add accountIds filter to fix S1 IOC POST 500 error#13728

Merged
v-atulyadav merged 3 commits into
Azure:masterfrom
mazamizo21:feature/tacitred-sentinelone-v3.0.3
Mar 6, 2026
Merged

TacitRed-SentinelOne v3.0.3: Add accountIds filter to fix S1 IOC POST 500 error#13728
v-atulyadav merged 3 commits into
Azure:masterfrom
mazamizo21:feature/tacitred-sentinelone-v3.0.3

Conversation

@mazamizo21
Copy link
Copy Markdown
Contributor

Summary

Fix for SentinelOne Threat Intelligence IOC API requiring account scope.

Root Cause

The Post_IOC_to_SentinelOne HTTP action was missing the filter.accountIds field in the POST body. The SentinelOne /web/api/v2.1/threat-intelligence/iocs endpoint returns 500 Internal Server Error when account scope is not specified.

Changes

  • Added filter: { accountIds: ['@{parameters("SentinelOne_AccountId")}'] } to POST body
  • Added SentinelOne_AccountId parameter to inner template
  • Bumped _solutionVersion and contentPackages.version to 3.0.3
  • Rebuilt 3.0.3.zip

Testing

Verified fix against SentinelOne tenant usea1-021.sentinelone.net:

  • Without accountIds: HTTP 500
  • With accountIds: HTTP 200 ✅
  • TacitRed IOCs successfully ingested into SentinelOne after fix

- Add filter.accountIds to Post_IOC_to_SentinelOne HTTP action
  Fixes 500 Internal Server Error from SentinelOne API
- Add SentinelOne_AccountId parameter to inner template
- Bump version to 3.0.3, rebuild zip
@mazamizo21 mazamizo21 requested review from a team as code owners March 2, 2026 21:07
@v-shukore v-shukore self-assigned this Mar 3, 2026
@v-shukore v-shukore added the Solution Solution specialty review needed label Mar 3, 2026
@v-atulyadav v-atulyadav merged commit d14204f into Azure:master Mar 6, 2026
33 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Solution Solution specialty review needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants