Create SI from emails received

newbie_05
Tera Contributor

Hello all

 

I am working on a story where I need to create security incidents from emails received.  I configured my Inbound actions as expected with the target table pointing to the security incident table

newbie_05_0-1686322289803.png

newbie_05_1-1686322376478.png

 

 

However, upon testing to make sure it works as expected, the ticket is created as expected but it is being created as an INC and  not a SIR

 

What am I missing?

1 ACCEPTED SOLUTION

Sure...here is an example of a Malware one we use.  You basically create the parser and then create field transforms which are essentially "How do you want to populate the fields on the SIR":

StevenParker_0-1686324499574.png

 

Here are some of the transforms if that helps:

StevenParker_1-1686325620762.png

 

StevenParker_2-1686325630304.png

 

StevenParker_3-1686325637453.png

 

StevenParker_4-1686325644138.png

(with the Value Prefix you can specify which words to look for in the email and grab the value after that as shown above)

 


Please mark this response as correct and/or helpful if it assisted you with your question.
Steven

View solution in original post

6 REPLIES 6

Are you sure your other normal inbound action is disabled and isn't creating a record on the Incident table?  Email Parser by default creates records on the sn_si_incident table as shows in the "Destination Table" field in your screenshot above.

 

As for Assignment Group, we use the same group for every SI Incident, but I assume you would choose that field, always a static value, and then place the sys_id of the assignment group in the static value field?


Please mark this response as correct and/or helpful if it assisted you with your question.
Steven

newbie_05
Tera Contributor

thank you so much