https://github.com/crowdstrike/foundry-sample-servicenow-itsm

ServiceNow ITSM and SIR sample Foundry app

https://github.com/crowdstrike/foundry-sample-servicenow-itsm

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary

Keywords

falcon-foundry servicenow
Last synced: 6 months ago · JSON representation ·

Repository

ServiceNow ITSM and SIR sample Foundry app

Basic Info
  • Host: GitHub
  • Owner: CrowdStrike
  • License: mit
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 3.14 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
falcon-foundry servicenow
Created 9 months ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Security Support

README.md

CrowdStrike Falcon

ServiceNow ITSM and SIR sample Foundry app

The ServiceNow ITSM and SIR sample Foundry app is a community-driven, open source project which serves as an example of an app which can be built using CrowdStrike's Foundry ecosystem. foundry-sample-servicenow-itsm is an open source project, not a CrowdStrike product. As such, it carries no formal support, expressed or implied.

This app is one of several App Templates included in Foundry that you can use to jumpstart your development. It comes complete with a set of preconfigured capabilities aligned to its business purpose. Deploy this app from the Templates page with a single click in the Foundry UI, or create an app from this template using the CLI.

[!IMPORTANT]
To view documentation and deploy this app, you need access to the Falcon console.

Description

The ServiceNow ITSM and SIR is a Foundry application that enables seamless integration between CrowdStrike Falcon and ServiceNow ITSM systems. This integration allows security teams to efficiently manage incidents by automatically creating and updating ServiceNow tickets based on CrowdStrike detections and alerts.

Key Capabilities and Features

  • One-Way Alert Synchronization: Automatically create ServiceNow incidents from CrowdStrike alerts
  • Entity Mapping: Track relationships between CrowdStrike entities and ServiceNow tickets
  • Support for Multiple Ticket Types: Create standard incidents or Security Incident Response (SIR) tickets
  • Ticket as a Container: Associate multiple security objects (hosts, users, alerts) with a single ServiceNow ticket
  • Time-Based Throttling: Control the flow of updates to prevent duplicate tickets and unnecessary noise
  • Customizable Fields: Map CrowdStrike data to ServiceNow fields with support for custom fields and hierarchical categories

Additional Requirements

  • For SIR ticket functionality: ServiceNow Security Incident Response module
  • API access to your ServiceNow instance
  • Appropriate permissions in both CrowdStrike and ServiceNow

Prerequisites

  • The Foundry CLI (instructions below).
  • Golang (needed if modifying the app's functions).
  • A ServiceNow instance with ITSM and/or SIR module installed.

Install the Foundry CLI

You can install the Foundry CLI with Scoop on Windows or Homebrew on Linux/macOS.

Windows:

Install Scoop. Then, add the Foundry CLI bucket and install the Foundry CLI.

shell scoop bucket add foundry https://github.com/crowdstrike/scoop-foundry-cli.git scoop install foundry

Or, you can download the latest Windows zip file, expand it, and add the install directory to your PATH environment variable.

Linux and macOS:

Install Homebrew. Then, add the Foundry CLI repository to the list of formulae that Homebrew uses and install the CLI:

shell brew tap crowdstrike/foundry-cli brew install crowdstrike/foundry-cli/foundry

Run foundry version to verify it's installed correctly.

Getting Started

Clone this sample to your local system, or download as a zip file and import it into Foundry.

shell git clone https://github.com/CrowdStrike/foundry-sample-servicenow-itsm cd foundry-sample-servicenow-itsm

Log in to Foundry:

shell foundry login

Select the following permissions:

  • [ ] Create and run RTR scripts
  • [x] Create, execute and test workflow templates
  • [ ] Create, run and view API integrations
  • [ ] Create, edit, delete, and list queries

Deploy the app:

shell foundry apps deploy

[!TIP] If you get an error that the name already exists, change the name to something unique to your CID in manifest.yml.

Once the deployment has finished, you can release the app:

shell foundry apps release

Next, go to Foundry > App catalog, find your app, and install it.

About this sample app

The ServiceNow ITSM and SIR Foundry app automates the integration between ServiceNow and CrowdStrike's Fusion SOAR platform, streamlining IT Service Management workflows.

For more information about this app: - User Documentation - Detailed user guide with setup instructions, use cases, and configuration options - Components Documentation - Technical documentation of the app's components, actions, and integrations

Foundry resources



WE STOP BREACHES

Owner

  • Name: CrowdStrike
  • Login: CrowdStrike
  • Kind: organization
  • Email: github@crowdstrike.com
  • Location: United States of America

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'CrowdStrike Foundry Sample App - ServiceNow ITSM and SIR'
message: >-
  If you use this software, and wish to cite the origins,
  please use metadata from this file.
type: software
authors:
  - given-names:
    family-names: CrowdStrike
    email: oss-questions@crowdstrike.com
repository-code: 'https://github.com/CrowdStrike/foundry-sample-servicenow-itsm'
url: 'https://www.crowdstrike.com'
repository-artifact: 'https://pkg.go.dev/github.com/crowdstrike/foundry-sample-servicenow-itsm'
abstract: >-
  The CrowdStrike Foundry Sample App - ServiceNow ITSM and SIR
  is a community-driven, open source project designed
  to illustrate creating apps with CrowdStrike Foundry.
keywords:
  - crowdstrike
  - oauth2
  - crowdstrike-foundry
  - go
  - servicenow
  - itsm
license: MIT

GitHub Events

Total
  • Issues event: 1
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 3
  • Pull request event: 7
  • Create event: 5
Last Year
  • Issues event: 1
  • Delete event: 2
  • Push event: 2
  • Pull request review event: 3
  • Pull request event: 7
  • Create event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: 4 days
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 1
  • Pull requests: 5
  • Average time to close issues: 4 days
  • Average time to close pull requests: about 5 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
  • itsjusthaif (1)
Pull Request Authors
  • dependabot[bot] (3)
  • mraible (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) go (2) github_actions (1)

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v5 composite
  • actions/setup-go v5 composite
functions/itsmhelper/go.mod go
  • github.com/CrowdStrike/foundry-fn-go v0.24.1
  • github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
  • github.com/blang/semver/v4 v4.0.0
  • github.com/crowdstrike/gofalcon v0.16.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-logr/logr v1.4.2
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/analysis v0.23.0
  • github.com/go-openapi/errors v0.22.1
  • github.com/go-openapi/jsonpointer v0.21.1
  • github.com/go-openapi/jsonreference v0.21.0
  • github.com/go-openapi/loads v0.22.0
  • github.com/go-openapi/runtime v0.28.0
  • github.com/go-openapi/spec v0.21.0
  • github.com/go-openapi/strfmt v0.23.0
  • github.com/go-openapi/swag v0.23.1
  • github.com/go-openapi/validate v0.24.0
  • github.com/google/uuid v1.6.0
  • github.com/josharian/intern v1.0.0
  • github.com/mailru/easyjson v0.9.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/oklog/ulid v1.3.1
  • github.com/opentracing/opentracing-go v1.2.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/stretchr/testify v1.10.0
  • go.mongodb.org/mongo-driver v1.17.3
  • go.opentelemetry.io/auto/sdk v1.1.0
  • go.opentelemetry.io/otel v1.35.0
  • go.opentelemetry.io/otel/metric v1.35.0
  • go.opentelemetry.io/otel/trace v1.35.0
  • golang.org/x/oauth2 v0.30.0
  • golang.org/x/sync v0.13.0
  • golang.org/x/sys v0.31.0
  • gopkg.in/yaml.v3 v3.0.1