You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to get in case name also offense ID from QRadar. When You in detail of case there is offense ID, but it is missing in case name, when You access TheHIve. So Im truing to have name of offense parsed from QRadar + offense ID in case name. As Im not programmer at all I have no idea what line of code I should change. Can You help me with that? Thx
The text was updated successfully, but these errors were encountered:
Hello, sorry for my late answer.
The case name is declared at this point of the script:
(line 78) case = Case(title=offenseDescription,
Maybe you should try to modify this line like this:
case = Case(title=offenseDescription offenseId,
I didn't test it yet so i don't know if it will work.
I'll try to test it as soon as possible.
Hi, I have the same problem with the script, it triggers and writes to the file the latest number of violation, writes status 200, but does not create an alert in Thehive? Please help me
Im trying to get in case name also offense ID from QRadar. When You in detail of case there is offense ID, but it is missing in case name, when You access TheHIve. So Im truing to have name of offense parsed from QRadar + offense ID in case name. As Im not programmer at all I have no idea what line of code I should change. Can You help me with that? Thx

The text was updated successfully, but these errors were encountered: