Is the security incident response table related to the general incident table?

alyssatodd
Tera Contributor

When adding the SN Security Incident Response module, the sn_si_incident table is created. Is there a relationship between this table and the CMDB incidents table? If an incident changes from a regular incident to a security incident, how would this be supported?

1 ACCEPTED SOLUTION

Anand Kumar P
Giga Patron
Giga Patron

Hi @alyssatodd ,

-->There is no direct relationship between these tables in ServiceNow by default. You'll need to establish a linkage between regular incidents and security incidents through customization relationships.

-->Create a linkage between regular incidents and security incidents using reference fields or custom reference fields. This linkage helps in tracking and associating related incidents.
-->Implement an escalation workflow that triggers the creation of a security incident when specific criteria are met in a regular incident. This can involve defining conditions and actions in Business Rules or Flow Designer
Ex- Flow Designer should start when Incident is created with Priority is “1-Critical”
or execute flow and create security incident.
Please mark correct answer and helpful and accepted solution for others if it helps you.

Thanks,

Anand

View solution in original post

1 REPLY 1

Anand Kumar P
Giga Patron
Giga Patron

Hi @alyssatodd ,

-->There is no direct relationship between these tables in ServiceNow by default. You'll need to establish a linkage between regular incidents and security incidents through customization relationships.

-->Create a linkage between regular incidents and security incidents using reference fields or custom reference fields. This linkage helps in tracking and associating related incidents.
-->Implement an escalation workflow that triggers the creation of a security incident when specific criteria are met in a regular incident. This can involve defining conditions and actions in Business Rules or Flow Designer
Ex- Flow Designer should start when Incident is created with Priority is “1-Critical”
or execute flow and create security incident.
Please mark correct answer and helpful and accepted solution for others if it helps you.

Thanks,

Anand