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

Fixes #625: Add YETI Connector #631

Merged
merged 7 commits into from
Aug 13, 2021
Merged

Fixes #625: Add YETI Connector #631

merged 7 commits into from
Aug 13, 2021

Conversation

sp35
Copy link
Member

@sp35 sp35 commented Aug 12, 2021

Description

Adds connector for YETI platform

Related issues

#625

Type of change

  • New feature (non-breaking change which adds functionality).

Checklist

  • The pull request is for the branch develop
  • If I added a new analyzer, I updated the file Usage. If the analyzer provides additional optional configuration, I added the available options here: Advanced-Usage
  • If I added external libraries/packages that use restrictive licenses, please add them in the ReadMe - Legal Notice section
  • I added new secrets in the files env_file_app_template, env_file_app_ci and in the docs: Installation
  • The tests gave 0 errors.
  • Black gave 0 errors.
  • Flake gave 0 errors.
  • I squashed the commits into a single one. (optional, they will be squashed anyway by the maintainer)

Real World Example

Screenshot from 2021-08-12 13-28-59

value=obs_value, tags=tags, context=context, source="IntelOwl"
)

if result is None:
Copy link
Member Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Aug 12, 2021

Codecov Report

Merging #631 (60dfd6c) into develop (aa8820f) will increase coverage by 10.36%.
The diff coverage is 83.80%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #631       +/-   ##
============================================
+ Coverage    66.75%   77.12%   +10.36%     
============================================
  Files           95      144       +49     
  Lines         3706     5438     +1732     
  Branches       519      621      +102     
============================================
+ Hits          2474     4194     +1720     
+ Misses         941      916       -25     
- Partials       291      328       +37     
Impacted Files Coverage Δ
...pp/analyzers_manager/file_analyzers/vt/vt3_scan.py 0.00% <0.00%> (ø)
..._manager/observable_analyzers/dns/dns_responses.py 71.42% <ø> (ø)
api_app/documents.py 92.59% <ø> (ø)
api_app/permissions.py 100.00% <ø> (ø)
api_app/signal_handlers.py 95.23% <ø> (ø)
api_app/urls.py 100.00% <ø> (ø)
intel_owl/wsgi.py 0.00% <ø> (ø)
...pi_app/analyzers_manager/file_analyzers/pe_info.py 76.05% <25.00%> (ø)
api_app/admin.py 80.00% <28.57%> (ø)
...i_app/analyzers_manager/file_analyzers/pdf_info.py 77.27% <33.33%> (ø)
... and 226 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 726a8f0...60dfd6c. Read the comment docs.

docs/source/Usage.md Outdated Show resolved Hide resolved
@sp35 sp35 linked an issue Aug 12, 2021 that may be closed by this pull request
@eshaan7 eshaan7 merged commit 381cac5 into develop Aug 13, 2021
@eshaan7 eshaan7 deleted the yeti-plugins branch August 13, 2021 11:46
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.

[New Connector] YETI
2 participants