PyMISP icon indicating copy to clipboard operation
PyMISP copied to clipboard

Get related events for object attribute

Open kovacsbalu opened this issue 4 years ago • 6 comments

Hi! How can I get related events for object attribute? As I can see in the source, now this is only supported for event.

kovacsbalu avatar Sep 25 '19 13:09 kovacsbalu

@iglocska poke :)

Rafiot avatar Sep 28 '19 21:09 Rafiot

@iglocska poke again :)

enjeck avatar Nov 18 '20 04:11 enjeck

You can pass the includeGranularCorrelations:1 parameter to get the granular correlations. E.g.

/events/view/42/includeGranularCorrelations:1.json

mokaddem avatar Nov 20 '20 09:11 mokaddem

can I also pass that in the POST blob?

Rafiot avatar Nov 20 '20 11:11 Rafiot

No I don't think events/view accept POST. Tell me if you need it

mokaddem avatar Nov 24 '20 14:11 mokaddem

In general, it is easier to pass parameters as POST, so adding it would be nice, yes.

Rafiot avatar Nov 24 '20 14:11 Rafiot