cudeso / misp2sentinel

MISP to Sentinel integration
MIT License
58 stars 18 forks source link

TimeGenerated #73

Closed UPVZ2 closed 7 months ago

UPVZ2 commented 8 months ago

Hello, I have a question: Rules in Sentinel cannot query data older than 14 days. So if my IOC was integrated 15 days ago (it has a TimeGenerated that has more than 15 days) then my rules will not be able to use it. Is there a parameter in the script or a way to handle this problem?

cudeso commented 8 months ago

Hello, The best way to approach this is

UPVZ2 commented 7 months ago

Hello, I initialize the "days_to_expire" to 2 days. However my indicator "Valid until" in sentinel remains at "Day +50" as if it did not take into account the parameter "day_to_expire"

cudeso commented 7 months ago

Is this the case for already/previously synchronised indicators or only for new indicators?

cudeso commented 7 months ago

Closing pending feedback