You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nhuber0724 opened this issue
Dec 13, 2024
· 2 comments
· Fixed by #3213
Assignees
Labels
questionuse for asking information about a functionality or behaviorsolveduse to identify issue that has been solved (must be linked to the solving PR)
A client has advised that Recorded Future Insikt Group Reports have not ingested into OpenCTI since 7 November 2024. Platform team conduct initial research and identified a HTTP 403 error. The logs show failure to ping the RF API.
Environment
OpenCTI v.6.4.3
Reproducible Steps
Steps to create the smallest reproducible scenario:
Log into Grafana and check Recorded Future logs
You will see multiple failure to ping the RF API error.
The text was updated successfully, but these errors were encountered:
After investigation, this is what the problem appears to be:
The connector processes sequentially:
get RF_ALERTS → 403 but error caught well (so here it indicates that the Token does not have permissions)
get RF_PLAYBOOK_ALERTS → 403 but error caught badly (so here it indicates that the Token does not have permissions and as the error seems badly managed the code stops)
Get RF_REPORTS → If a 403 error at the previous step, the connector never executes this part.
On the client side, they seem to have 403 errors in step 2, which explains why it doesn't retrieve a report (step 3). The connector will need to be fixed so that it doesn't stop in step 2 in case of a problem, but we already have enough to unblock the client.
questionuse for asking information about a functionality or behaviorsolveduse to identify issue that has been solved (must be linked to the solving PR)
Prerequisites
Description
A client has advised that Recorded Future Insikt Group Reports have not ingested into OpenCTI since 7 November 2024. Platform team conduct initial research and identified a HTTP 403 error. The logs show failure to ping the RF API.
Environment
OpenCTI v.6.4.3
Reproducible Steps
Steps to create the smallest reproducible scenario:
The text was updated successfully, but these errors were encountered: