Managing the Threat Lookup Reputation Calculator

  • Release version: Zurich
  • Updated July 31, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Managing the Threat Lookup Reputation Calculator

    The Threat Lookup Reputation Calculator in ServiceNow allows you to calculate observable findings based on responses from various threat lookup vendors. It helps consolidate multiple vendor results into a single, clear reputation status for each observable, enhancing your threat intelligence management.

    Show full answer Show less

    Key Features

    • Customizable Calculation Script: Use or modify the provided base script to define how observable findings are identified from vendor responses.
    • Multi-Vendor Rollup: When multiple vendors provide results for the same observable, the calculator aggregates these to assign an overall observable finding based on a priority system: Malicious > Suspicious > Clean > Unknown.
    • Integration Support: Supports third-party threat lookup integrations by mapping computed results to the system’s supported findings.
    • Administrative Control: Only one active Threat Lookup Reputation Calculator is allowed per vendor at any time, ensuring clear and consistent reputation calculations.

    Practical Use

    • Viewing Calculators: Administrators with the snsectisc.admin role can view existing Threat Lookup Reputation Calculators within the Threat Intelligence Security Center workspace.
    • Creating Calculators: Administrators can create new calculators by specifying the vendor, naming the calculator, activating it, and editing the reputation script to tailor how findings are identified.

    Key Outcomes

    By using the Threat Lookup Reputation Calculator, ServiceNow customers can effectively consolidate and interpret threat reputation data from multiple sources. This enables more accurate and actionable threat intelligence, helping security teams prioritize and respond to threats based on a unified observable reputation status.

    You can use the Threat Lookup Finding Calculator to calculate the observable findings based on the responses received from threat lookup vendor.

    You can create a Threat Lookup Finding Calculator for your integration and use a script to determine how you want to identify the various observable findings. The Threat Lookup Finding Calculator includes a sample script that comes with the base system, which you can use to identify the observable findings or you can modify this script according to your requirements.

    For third-party integrations that provide the computed results, the Threat Lookup Finding Calculator maps the results to supported findings in the base system.

    Rollup Threat Lookup Results

    When you have multiple threat lookup results for an observable from the various integration vendors, then the recent threat lookup results from all the vendors are considered, and the overall observable findings are marked as follows:
    Table 1. Rollup Threat Lookup Findings
    Latest Observable Finding Overall Observable Finding
    Malicious If one of the integration vendors reports the observable as Malicious, then the overall observable finding is marked as Malicious.
    Suspicious If none of the integration vendors report the observable as Malicious, one of them reports it as Suspicious, and then the overall observable finding is marked as Suspicious.
    Clean If all the integration vendors report the observable as Clean, then the overall observable finding is marked as Clean.
    Unknown If none of the integration vendors report the observable as Malicious or Suspicious and one of them report it as Unknown, then the overall observable finding is marked as Unknown.

    View Threat Lookup Reputation Calculators

    You can view the Threat Lookup Finding Calculator to determine how reputation of observable is calculated based on response from specific threat lookup vendor.

    Role required: sn_sec_tisc.admin

    To view the Threat Lookup Reputation Calculator, perform the following steps:
    1. Navigate to Workspaces > Threat Intelligence Security Center > Administration.
    2. Select the Threat Lookup Reputation Calculator section.

      You can view the list of Threat Lookup Reputation Calculators.

    3. Click on the required Threat Lookup Reputation Calculator to view the details of the calculator.

      View Threat Lookup Reputation Calculators

    Create Threat Lookup Reputation Calculator

    Role required: sn_sec_tisc.admin
    Note:
    Only one threat lookup calculator can be active at any point of time per Threat lookup vendor.
    To create a Threat Lookup Reputation Calculator, perform the following steps:
    1. Navigate to Workspaces > Threat Intelligence Security Center > Administration.
    2. Select the Threat Lookup Reputation Calculator section.

      You can view the list of Threat Lookup Reputation Calculators.

    3. To create a Threat Lookup Reputation Calculator, click New.

      Create aThreat Lookup Reputation Calculator

    4. On the form, fill the fields.
      Table 2. Create a Threat Lookup Reputation Calculator
      Field Description
      Name Name for the Threat Lookup Reputation Calculator.
      Active Threat Lookup calculation runs only if Active option is selected.
      Threat Lookup Vendor Name of the Threat Lookup vendor. For example, CrowdStrike Falcon Intelligence.
      Reputation Script Script editor to determine how you want to identify the various observable findings. Every threat lookup integration comes with a base script for calculating threat lookup reputation.
    5. Click Save.