Pedram Amini

Results 35 issues of Pedram Amini

To support Github Enterprise installs with self-signed certificates. It's a simple monkey-patch: ``` python import ssl ssl._create_default_https_context = ssl._create_unverified_context ```

Took me a few to figure out that's why authentication was failing.

Added to both 'Search' and 'Hosted Automated Analysis/Office Files' under 'Malicious File Analysis'. Side note, XecScan appears to be defunct.

For example, from our own comments here: https://www.virustotal.com/gui/user/inquest.labs/comments

enhancement

For example: https://gist.github.com/silence-is-best

enhancement

Consider the following Tweets: * https://twitter.com/alphasoc/status/1119360843567681536 * https://twitter.com/alphasoc/status/1118254832714797056 Which contain the following image URLs: * https://pbs.twimg.com/media/D4TU-QiUwAA0Lc8.jpg * https://pbs.twimg.com/media/D4jEsmqU8AAMeTp.jpg:large Retrieve the image, run through a cloud OCR (Google, Facebook, AWS), then...

enhancement

Specifically with tasks, we'll want to delete them (as opposed to just marking them as complete) via batch operation:

This is not a trivial feature to build. Save it for later. also add last updated column to bookmarked stuff on the dashboard. for yara rules, revision count and last...

Take a date and a new confidence. On that day, the confidence is automatically bumped up. If we find an issue with the signature, we'll manually go in and disable...

To reproduce: 1. Open existing signature. 1. Use copy to clipboard functionality, examine. 1. Modify signature and use ctrl+s to save. 1. Use copy to clipboard functionality, note it doesn't...

bug