Email Card, Submission Method Indicators, and Other Updates #66
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements to the Strelka UI:
Image Hover Functionality
Adds Hover over functionality on Flow nodes that include image thumbnails
Email Card
Added a new card that shows Email contents (and image if enabled).
Submitted Type Indicator:
Added a new field called
submitted_type
to submissions, which denotes the method used for submission, whether it's through the UI/API or via VirusTotal integration.Submission Table Enhancement:
Added an image icon in the submission table to visually represent the submission type (UI/API or VirusTotal) for each entry. This provides users with a quick way to identify the submission method at a glance.
VirusTotal Submission Improvements:
If the
submitted_type
for a submission is marked as "VirusTotal," the pull request includes logic to hide the zip file details. This improves the user experience by not displaying unnecessary information for VirusTotal submissions.VirusTotal Uploader Form Update:
Updated the VirusTotal uploader form to allow users to submit a MD5, SHA1, or SHA256 hash for submission. Prior to this, users were told to use SHA256.