CSS Animation

Results 51 issues of CSS Animation

"shared_proto_db" under the profile account contains a LevelDB database containing downloaded URLs with a timestamp and a local filename. Very useful for tracking malware source Primitive strings can be gathered...

enhancement

Lots of mobile, IoT, etc devices use Chromium-based components, but they aren't structured in the file system exactly like Chrome. Hindsight currently uses this directory structure to determine what files...

enhancement

As flagged in #156, the newest Flask (2.2.0) causes problems for Unfurl. Pinning to an older version fixes for now, but we should investigate what's changed that causes the crash,...

**Description** Some Microsoft products rewrite links to go through their scanning engine. Extracting the destination URL is simple enough, but it looks like there's more interesting stuff in the link...

Enhancement
Parser

**Description** Consider parsing phone numbers? Not sure how useful/common it would be, but there's a pip package that does most of the work. **Examples** > import phonenumbers > x =...

Enhancement
Parser

**Description** Sometimes the same parsers Unfurl uses on URLs could be useful on local file paths. I'll need to think about how to implement this, what types of file paths...

Enhancement
Parser

The examples page / user guide hasn't changed much since Unfurl was released ~2 years ago. Take a pass through it and make any needed updates. Ideas: - Section on...

Documentation

Create a how-to / getting started guide for building parsers.

Documentation

Add basic parsing for Medium URLs. **Examples**: - https://medium.com/@konigsberg/patterns-and-anti-patterns-of-the-primary-interrupt-d82cc1362048 - https://medium.com/timesketch/thinking-in-graphs-exploring-with-timesketch-84b79aecd8a6 **References**: - https://superuser.com/questions/1111599/how-does-medium-com-for-example-generate-the-url-fragment-hash

Help Wanted
Good First Issue
Parser
Feature

**Description** There is a bunch encoded in Proofpoint URL Defense URLs - at this point I'm unsure what beyond the "original" URL can be extracted. Needs exploration. **Examples** From https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/URL_Decoder_API:...

Help Wanted
Parser
Feature