github-germ

Results 153 comments of github-germ

These use cases do not revise distribution/sharing_group. Would it make sense, and would it be difficult to add logic to bypass correlation processing when no change is made in distribution?

Cool!! I've included the revised `Event.php` in my Dev docker container. I will monitor, and report back.

During my coffee wake-up, I just noticed a similar `WARNING` in my morning log file review. Might this have a similar root cause and fix? We're on 2.4.159. ``` 2022-07-29T10:17:04Z...

Puzzled... The `MISPEvent` retrieved via the `pymisp.search`, which triggers that `WARNING`, contains only `MISPAttribute`.

We created the event with our own app sourced from data from a premium feed provider. Once again there are no objects in that event. Are you saying that either...

Aha, it's from an enrichment getting included into the event. Tricky... Thanks! And indeed, there's no `ip-dst` defined ``` $ grep ip-dst python3.8/site-packages/pymisp/data/misp-objects/objects/ip-api-address/definition.json $ ``` ``` mysql> select * from...

Is it "interesting" that the module created the object with a `ip-dst` attribute type which is not in the `definition.json`?

I discovered issues with the server side `MISPObject` deduplication within an Event and have a proposed fix. Please see `Proposed fix for deduplicating MISPObjects within an Event via breakOnDuplicate` in...