-
Notifications
You must be signed in to change notification settings - Fork 374
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
Add Crowdsec CTI analyzer #1116
Add Crowdsec CTI analyzer #1116
Conversation
taxonomies.append(self.build_taxonomy(levelinfo, namespace, 'LastSeen', raw['history']['last_seen'])) | ||
|
||
if 'attack_categories' in raw: | ||
for attack in raw['attack_categories'] : |
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.
did you mean attack_details ?
https://crowdsecurity.github.io/cti-api/#/default/get_smoke__ip_
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.
arf yes, endpoint has changed
so yes attack_details instead of attack_categories
i have changed the code
change in v2 endpoint
change endpoint url
Hello, I think this could be nice to have documentation data added. (Readme for the purpose of the analyzer, logo file, screenshots of reports of interest ...). Example: https://thehive-project.github.io/Cortex-Analyzers/analyzers/DomainToolsIris/ Documentation: https://thehive-project.github.io/Cortex-Analyzers/dev_guides/analyzers_definition/ |
New Crowdsec CTI API analyzer
https://www.crowdsec.net/