Backloop

Results 4 comments of Backloop

Also here when access case or close it. Usually we got 60-70 observables per case with a total of 11k case (~100 open). I'm thinking about the features that check...

> I did a job of migrating the database from BerlkelyDB to Cassandra, I'm having great results. > > I'll leave but a few weeks of testing, and I'll return...

I've the same issue and debugging it I noticed that (in my case) the source of the problem was the base64 encoded attachment. I'm not a developper but I fixed...

Hi, this is the function: func str_checkRIDs(text string, rids map[string]bool) { //log.Debug("Regexp: ",goPhishRegex.FindAllStringSubmatch(text, -1)) for _, r := range goPhishRegex.FindAllStringSubmatch(text, -1) { newrid := r[len(r)-1] if !rids[newrid] { rids[newrid] =...