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

[Shadowserver] Import Shadowserver Connector #2224

Merged
merged 30 commits into from
Jun 25, 2024

Conversation

cmandich
Copy link
Contributor

Shadowserver Connector

The integration uses Shadowservers reports API to query the available Shadowserver reports and transform them into Stix objects making them available within OpenCTI. All available reports are downloaded and an Artifact object is created with the original file. Stix Note objects are added to both the Report and the CustomObjectCaseIncident with a mark-down rendition of each finding from the report.

API and report references from The Shadowserver Foundation

The integration creates the following types of Stix objects and relationships between them.

  • Artifact
  • AutonomousSystem
  • CustomObjectCaseIncident (optional)
  • DomainName
  • Identity
  • IPv4Address
  • IPv6Address
  • MACAddress
  • MarkingDefinition
  • NetworkTraffic
  • Note
  • ObservedData
  • Report
  • Vulnerability
  • X509Certificate

On the initial run, the integration defaults to the last 30-days of reports. Every run after that, it provides an update for the last 3-days.

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality using different use cases
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

@cmandich cmandich changed the title Import Shadowserver Connector [Shadowserver] Import Shadowserver Connector Jun 24, 2024
@SamuelHassine SamuelHassine merged commit b19b907 into OpenCTI-Platform:master Jun 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants