Under active development Content is continuously updated and improved

ServiceNow

by ServiceNow, Inc.

Enterprise IT service management and GRC platform with security operations and vulnerability response

Official Docs

Under Construction: This guidance is being actively developed and verified. Content may change.

Authoritative Sources

Key guidance documents from authoritative organizations. Click to view the original source.

Comprehensive security guide covering instance hardening, shared responsibility, security center settings, and compliance configurations.

Configuration Examples(6)

·

Official hardening settings including authentication, session management, encryption, access controls, and security properties.

ServiceNow GRC and SecOps modules map to NIST 800-53 controls for risk management, vulnerability response, and compliance tracking.

NIST SP 800-53Ar5 Abstract: "This publication provides a methodology and set of procedures for conducting assessments of security and privacy controls employed within systems and organizations within an effective risk management framework. The assessment procedures are customizable and can be easily tailored to provide organizations with the needed flexibility to conduct security and privacy control assessments that support organizational risk management processes." ServiceNow GRC supports automated control assessments aligned with NIST methodology.

Configuration Examples(2)

·

NIST SP 800-61r2 §2.3: "The incident response policy...defines which events are considered incidents, establishes the organizational structure for incident response, defines roles and responsibilities, and lists the requirements for reporting incidents." §3.2.6: "Prioritizing the handling of the incident is perhaps the most critical decision point in the incident handling process." §3.4: "After an incident has been contained and eradicated...organizations should hold a lessons learned meeting to improve security measures and the incident handling process itself."

Configuration Examples(2)

·

CIS Control 17 requires incident response management. ServiceNow Security Operations provides SOAR capabilities and incident workflows.

SOC 2 CC7.1: "The entity implements policies and procedures to prevent, detect, and respond to actual and potential system failures, compromises and other events... The incident response program is updated to reflect changes in the entity's environment." ServiceNow provides comprehensive incident response workflows, SOAR playbooks, and continuous improvement processes that directly implement CC7.1 requirements for incident detection and response. Source: AICPA Trust Services Criteria.

ISO 27001:2022 A.5.24: "The organization shall plan and prepare for managing information security incidents by defining, establishing and communicating information security incident management processes, roles and responsibilities." ServiceNow Security Incident Response module provides structured incident workflows, role-based assignments, escalation procedures, and lessons learned processes that implement A.5.24 requirements for incident management. Source: ISO/IEC 27001:2022 Annex A.

CCM SEF-02: "Establish, document, approve, communicate, apply, evaluate and maintain policies and procedures for incident management." CCM SEF-03: "Create and maintain an incident response plan that includes preparation, detection, response, recovery, and post-incident review." ServiceNow GRC and Security Operations modules provide comprehensive policy management, incident response orchestration, and audit workflows that directly implement CCM SEF controls. Source: CSA Cloud Controls Matrix v4.0.

Verification Commands

Commands and queries for testing and verifying security configurations.

Get security incidents API
GET /api/now/table/sn_si_incident?sysparm_limit=10
List vulnerability items API
GET /api/now/table/sn_vul_vulnerable_item?sysparm_query=state!=6
Check security properties API
GET /api/now/table/sys_properties?sysparm_query=nameLIKEglide.security
Get GRC risks API
GET /api/now/table/sn_risk_risk?sysparm_limit=10
List active users API
GET /api/now/table/sys_user?sysparm_query=active=true&sysparm_fields=user_name,email,roles
Get compliance controls API
GET /api/now/table/sn_compliance_control?sysparm_query=active=true
List audit results API
GET /api/now/table/sn_audit_result?sysparm_query=state=open
Get CMDB configuration items API
GET /api/now/table/cmdb_ci?sysparm_query=sys_class_name=cmdb_ci_server
List security incident tasks API
GET /api/now/table/sn_si_task?sysparm_query=state!=7

Related Controls

Security controls from various frameworks that relate to ServiceNow.

Related Technologies