We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to integrate SNOW with SIEM

admin03
Tera Contributor

Hi,

 

Could someone explain to me, how to integrate SNOW with SIEM? Needs to send security logs and audit logs to SIEM.

 

 

Thank you,

4 REPLIES 4

Tony Chatfield1
Kilo Patron

Hi, I would think any solution would be dependent on the Siem application\solution that you have implemented,

can you provide specific details?

Basheer
Mega Sage

You can either do an outbound or inbound integration depending on SIEM system.

If SIEM system is pulling the data from ServiceNow then I would suggest go for table api using filter of create_on today.

If SIEM system wants to push the data from ServiceNow then I would suggest a Scheduled job on daily basis through which you can trigger a REST Message and send the data.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.

Muneerku
Kilo Contributor

Do you have any document explains ServiceNow security log ingestions to SIEM? 
I am looking to ingest into Sentinel. 

Admin7267
Kilo Sage

Hi @admin03I have similar kind of requirement
Can you please share the steps that you have followed to get this requirement done.