Malshare / MalShare

http://www.malshare.com
22 stars 4 forks source link

[Poll] Deprecate daily directory #38

Open silascutler opened 4 years ago

silascutler commented 4 years ago

A list of hashes each day are saved to malshare.com/daily/, however, this same data is also available via API. These digest files are generated by an external script managed by a cron job.

Would it be worth deprecating this?

silascutler commented 4 years ago

@larsborn / @adrenaline96 - Thoughts?

larsborn commented 4 years ago

We could just do a 302 redirect to the corresponding API endpoint that delivers the same information that was present in the files.

adrenaline96 commented 4 years ago

Yeah @larsborn is correct, the redirect is the best approach. malshare.com/daily is not worth keeping in its current form (in my opinion), so the redirect is the best thing.

adrenaline96 commented 4 years ago

Also @silascutler I see you made some changes to the API, time to update the .NET implementation as well, working on it.