Skip to content
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

Merged
merged 4 commits into from
Oct 11, 2022

Conversation

CERT-ARKEA
Copy link
Contributor

New Crowdsec CTI API analyzer
https://www.crowdsec.net/

@jeromeleonard jeromeleonard added this to the 3.2.0 milestone Sep 28, 2022
@nadouani nadouani added the category:new-analyzer New analyzer submitted label Sep 28, 2022
taxonomies.append(self.build_taxonomy(levelinfo, namespace, 'LastSeen', raw['history']['last_seen']))

if 'attack_categories' in raw:
for attack in raw['attack_categories'] :
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@CERT-ARKEA CERT-ARKEA Oct 7, 2022

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
@nadouani nadouani changed the base branch from master to develop October 7, 2022 12:26
@jeromeleonard
Copy link
Contributor

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 ...).
For this, several keys/values should be added into the JSON file, and an assets folder with images should be added as well.

Example: https://thehive-project.github.io/Cortex-Analyzers/analyzers/DomainToolsIris/

Documentation: https://thehive-project.github.io/Cortex-Analyzers/dev_guides/analyzers_definition/

jeromeleonard added a commit that referenced this pull request Oct 11, 2022
@jeromeleonard jeromeleonard merged commit ae479b3 into TheHive-Project:develop Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-analyzer New analyzer submitted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants