JawedCIA / ArkThor

Threat Categorization Based on Malware’s C2 Communication in PCAP file
https://arkthor.azurewebsites.net/
1 stars 0 forks source link

[Core]After processing the pcap file make sure to keep history of files which core has processed it #2

Closed JawedCIA closed 1 year ago

JawedCIA commented 1 year ago

better would be to use RabbitMQ which already implemented with API core has to subscribe for queue to pick the SHA256 value for file to be processed.

for now to continue with work,

  1. either delete the file from UplaodedFiles location at the end of processing
  2. or use sqllite database to keep the history

currently it is keep processing the same file again and again.

SriramP commented 1 year ago

implemented in commit 2023-04-01-1