- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 02:19 AM
Dear Team,
I am trying to create a security incident when phishing email arrives. I went through few docs, that says- Security incident was created automatically, when a record was created in 'Security Incident phishing email' table based on these flows(Transform Phishing Email to Security Incident V1, Transform Phishing Email to Security Incident V1.1). kindly help me to create a record on 'sn_si_phishing_email' table?
Referred docs:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 11:16 PM
Hi @suryaprakash123 ,
'sn_si_phishing_email' records are created from Email(sys_email) records based on the 'Ingestion Rules'(sn_sec_cmn_email_action) defined. They can be found under the module, All --> Security Operations --> Email Processing --> Ingestion Rules - User Reported Phising.
More details can be found here -> https://docs.servicenow.com/bundle/utah-security-management/page/product/security-incident-response/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 08:57 AM
Here are the steps:
- Log in to your ServiceNow instance.
- Go to the 'sn_si_phishing_email' table by typing 'sn_si_phishing_email' in the search bar and selecting the table from the results.
- Click the 'New' button at the top of the screen to create a new record.
- Fill in the required fields in the form. The required fields are marked with a red asterisk.
- Once you have filled in the required fields, click the 'Submit' button to save the record.
Note that the fields you need to fill in may vary depending on your specific instance and the requirements of your organization. You can consult the ServiceNow documentation or reach out to your system administrator if you need help identifying which fields you need to fill in for your use case.
If you want to automate the creation of a security incident when a phishing email arrives, you can use the flows you mentioned in your question, or you can create your own flow using ServiceNow's Flow Designer. You can also use email parsing to automatically create a record on the 'sn_si_phishing_email' table when a phishing email is received.
Please mark my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 10:45 PM
Hi @Syedmd08,
Thanks for your reply.
I could not see any 'New' button on 'sn_si_phishing_email' table, that could be the reason I posted my query here. I have checked ACL too and given 'sn_si.admin', 'sn_si.analyst ' but I could not able to create new record, PFA.
I think, record was created automatically but I could not get the logic, how record is creating? If you have any thoughts, kindly suggest.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2023 11:16 PM
Hi @suryaprakash123 ,
'sn_si_phishing_email' records are created from Email(sys_email) records based on the 'Ingestion Rules'(sn_sec_cmn_email_action) defined. They can be found under the module, All --> Security Operations --> Email Processing --> Ingestion Rules - User Reported Phising.
More details can be found here -> https://docs.servicenow.com/bundle/utah-security-management/page/product/security-incident-response/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 01:39 AM
Hi @Kireetivvs
Thank you for your information.
I had created a demo Ingestion Rule, condition was met and security incident was created at the end.
Thank you.