CrowdStrike integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2022 10:01 PM
Do have requirement for below. Would like to know your recommedations.
Include security tool CrowdStrike as part of the Integration IRE APIs to import endpoint device details into ServiceNow CMDB for additional visibility and context
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 11:48 PM
JDBC connections is possible and we are using JDBC to read few CIs from Solarwinds Database .
Crowdstrike - How it stores CI information? If you can access Crowdstrike DB you can easily Use JDBC to read data and populate in CMDB Class.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2022 12:59 AM
CrowdStrike is SaaS based application and we have raised this to CrowdStike support which they have denied to have exposure for database. Now the only option for us to proceed with REST API. Let me know if you have some document and best approach to proceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022 01:53 AM
REST API based Integration is way to go for SAAS apps , Its understood that
we will not get any access except at APPLICATION LAYER.
It fine we can fetch data using REST API- One Important thing i can think of
Before POSTING data to CMDB try pass the Data thru Recon Engine so that OOTB features can be used.
Regards
RP