-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version of threatintel/recordedfuture dataset #30030
Conversation
This is a new implementation of the Recorded Future integration in the threatintel module. Uses the `risklist` API endpoints to fetch threat indicators in CSV format, while also supports ingesting from a custom URL (for Fusion Files) and from CSV files. The previous implementation was unsupported as it used the wrong API to download indicators from Recorded Future.
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This pull request does not have a backport label. Could you fix it @adriansr? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@@ -28,7 +28,7 @@ | |||
"size": 10 | |||
}, | |||
"scale": "ordinal", | |||
"sourceField": "recordedfuture.risk.criticalityLabel" | |||
"sourceField": "recordedfuture.criticality_label" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this field defined? I can't find it referenced anywhere else. Should there be a rename/copy from recordedfuture.evidence_details[:].CriticalityLabel
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a mistake to push that change. Turns out the criticality_label field is not reliable from this new API so the code that populated it was removed. We will address the dashboard changes in a different PR as it'll be necessary to remove a few visualisations (like this one) because the data is not available anymore.
/test |
Dashboard will be fixed in a separate PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but please wait for @P1llus
Relates elastic#30030 Co-authored-by: Andrew Pease <7442091+peasead@users.noreply.github.com>
Relates #30030 Co-authored-by: Andrew Pease <7442091+peasead@users.noreply.github.com>
What does this PR do?
This is a new implementation of the Recorded Future integration in the
threatintel
module. Uses therisklist
API endpoints to fetch threat indicators in CSV format, while also supports ingesting from a custom URL (for Fusion Files) and from already-downloaded CSV files.Why is it important?
The previous implementation of the Recorded Future API was unsupported as it used the wrong API to download indicators from Recorded Future.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Pending tasks
Screenshots