Malshare / MalShare

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

Searching for YARA rules in a given date range #34

Open naveennamani opened 4 years ago

naveennamani commented 4 years ago

An API is required so that I can search through the files which hits some YARA rules in a given date range. For now, I can only search through the files in the last 24 hours. An API as follows is required api.php?action=search&query=YARA_RULE&start_date=sd&end_date=ed with the results [ { 'hashes' : [md5,sha1,sha256], 'date' : date_of_submission, 'details' : all_possible_file_details }, { 'hashes' : [md5,sha1,sha256], 'date' : date_of_submission, 'details' : all_possible_file_details }, ... ] Thank you.

silascutler commented 4 years ago

Good idea. Still tracking on this

KevinLiebergen commented 2 years ago

Hi!

Any news with this API feature, or to list hashes in a specific date range? It would be great 🙂

Thank you