stopipv/isdi

Integrate more Stalkerware IOCs

Te-k opened this issue · 5 comments

Te-k commented

Hi,

I would like to submit a PR to integrate IOCs from this repo https://github.com/Te-k/stalkerware-indicators in order to add more appids to your detection. Would that be ok ?

naman commented

Great suggestion! Do you have a preferred way to integrate IoC with isdi?

naman commented

@tek feel free to provide feedback on the above PR

Te-k commented

Hey, apologies for not following through on this. Is there any reason for you to get IOCs in static data in the repository instead of having the app download the file regularly? It would be more likely to have the last version of IOCs.
Something like :

  • On startup, the app check if therer is an IOC file and when it was created. if it doesn't exist or is older than a week, download it from github
  • Then load the IOC file in the IOCs directly
    What do you think?
naman commented

@Te-k the PR proposes a Github action to pull IOC file every week

Te-k commented

Thanks, is there any reason to have the file in the repository rather than downloaded on use?