illuminate Deprecated

Deprecated. Use Analyst1 integration instead.

Data Enrichment & Threat Intelligence · Analyst1

Details

IDilluminate
ProviderRenaissance Learning
CategoryData Enrichment & Threat Intelligence
From Version5.0.0
Docker Imagedemisto/python3:3.9.5.21272

README

Overview


Deprecated. Use Analyst1 integration instead.

This integration was integrated and tested with version 1.8.7 of illuminate

illuminate Playbook


illuminate Basic Indicator Enrichment: This is a simple playbook that can apply on top of an incident created from an indicator that will determine the indicator type and then properly enrich it with the associated illuminate integration command.

Use Cases


  • When you wish to have more information on a given indicator
  • When you use both Cortex XSOAR and illuminate and wish to have easy linking between the two

Configure illuminate on Cortex XSOAR


  1. Navigate to Settings > Integrations > Servers & Services.
  2. Search for illuminate.
  3. Click Add instance to create and configure a new integration instance.
    • Name: a textual name for the integration instance.
    • illuminate API Credentials (username/password)
    • Domain of illuminate server to use
    • Trust any certificate (not secure)
    • Use system proxy settings
  4. Click Test to validate the URLs, token, and connection.

Commands


You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

  1. domain
  2. email
  3. ip
  4. file
  5. illuminate-enrich-string
  6. illuminate-enrich-ipv6
  7. illuminate-enrich-mutex
  8. illuminate-enrich-http-request
  9. url

1. domain


Queries the illuminate REST API and enriches the given domain with illuminate Indicator data

Base Command

domain

Input
Argument Name Description Required
domain The domain for which to return information. Required
Context Output
Path Type Description
Domain.Name string The domain name, for example, “google.com”.
Illuminate.Domain.ID number The indicator’s unique ID in illuminate.
Illuminate.Domain.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Domain.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Domain.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Domain.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Domain.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Domain.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Domain.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Domain.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Domain.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.Domain.Malwares.Name string Each matched malware name in illuminate.
Illuminate.Domain.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Domain.Actors.Name string Each matched actor name in illuminate.
Illuminate.Domain.IlluminateLink string The URL of the matched indicator in illuminate.
Illuminate.Domain.IpResolution string The resolved IP address for this domain.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Score Number The actual score.
DBotScore.Type String The type of indicator.
DBotScore.Vendor String The AlienVault OTX vendor.
Command Example

!domain domain=abc.com

Context Example
{
    "Illuminate.Domain": {
        "LastHit": null, 
        "ReportedDates": [
            "2018-06-12"
        ], 
        "Indicator": "abc.com", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [], 
        "EvidenceCount": 1, 
        "Actors": {}, 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/2043650", 
        "ID": 2043650
    }, 
    "Domain": {
        "Malicious": {
            "Vendor": "illuminate", 
            "Description": "illuminate has determined that this indicator is malicious via internal analysis."
        }, 
        "Name": "abc.com"
    }, 
    "DBotScore": {
        "Vendor": "illuminate", 
        "Indicator": "abc.com", 
        "Score": 3, 
        "Type": "domain"
    }
}
Human Readable Output

illuminate Domain Information

Active EvidenceCount ID IlluminateLink Indicator ReportedDates
true 1 2043650 https://partner.analystplatform.com/indicators/2043650 abc.com 2018-06-12

2. email


Queries the illuminate REST API and enriches the given email with illuminate indicator data.

Base Command

email

Input
Argument Name Description Required
email The email for which to return information. Required
Context Output
Path Type Description
Email.From string The sender of the email.
Illuminate.Email.ID number The unique identifier of the given Indicator in illuminate
Illuminate.Email.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Email.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Email.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Email.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Email.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Email.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Email.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Email.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Email.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.Email.Malwares.Name string Each matched malware name in illuminate.
Illuminate.Email.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Email.Actors.Name string Each matched actor name in illuminate.
Illuminate.Email.IlluminateLink string The URL of the matched indicator in illuminate.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Score Number The actual score.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The AlienVault OTX vendor.
Command Example

!email email=001toxic@gmail.com

Context Example
{
    "DBotScore": {
        "Vendor": "illuminate", 
        "Indicator": "001toxic@gmail.com", 
        "Score": 3, 
        "Type": "email"
    }, 
    "Illuminate.Email": {
        "LastHit": null, 
        "ReportedDates": [
            "2018-02-05"
        ], 
        "Indicator": "001toxic@gmail.com", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [], 
        "EvidenceCount": 1, 
        "Actors": [
            {
                "id": -2, 
                "name": "Unknown"
            }
        ], 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/1637756", 
        "ID": 1637756
    }, 
    "Email": {
        "Malicious": {
            "Vendor": "illuminate", 
            "Description": "illuminate has determined that this indicator is malicious via internal analysis."
        }, 
        "From": "001toxic@gmail.com"
    }
}
Human Readable Output

illuminate Email Information

Active Actors EvidenceCount ID IlluminateLink Indicator ReportedDates
true id = -2, name = Unknown 1 1637756 https://partner.analystplatform.com/indicators/1637756 001toxic@gmail.com 2018-02-05

3. ip


Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.

Base Command

ip

Input
Argument Name Description Required
ip The IP address for which to return information. Required
Context Output
Path Type Description
IP.Address string The IP address.
Illuminate.Ip.ID number The indicator’s unique ID in illuminate.
Illuminate.Ip.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Ip.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Ip.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Ip.FirstHit date The first date this this indicator was seen in a source scanned by illuminate.
Illuminate.Ip.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Ip.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Ip.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Ip.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Ip.Malwares.ID number Each matched malware unique identifier in illuminate
Illuminate.Ip.Malwares.Name string Each matched malware name in illuminate
Illuminate.Ip.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Ip.Actors.Name string Each matched actor name in illuminate.
Illuminate.Ip.IlluminateLink string The URL of the matched indicator in illuminate.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Score Number The actual score.
DBotScore.Type String The type of indicator.
DBotScore.Vendor String The AlienVault OTX vendor.
Command Example

!ip ip=0.154.17.105

Context Example
{
    "IP": {
        "Malicious": {
            "Vendor": "illuminate", 
            "Description": "illuminate has determined that this indicator is malicious via internal analysis."
        }, 
        "Address": "0.154.17.105"
    }, 
    "Illuminate.Ip": {
        "LastHit": null, 
        "ReportedDates": [
            "2014-01-04"
        ], 
        "Indicator": "0.154.17.105", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [], 
        "EvidenceCount": 1, 
        "Actors": {}, 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/51469", 
        "ID": 51469
    }, 
    "DBotScore": {
        "Vendor": "illuminate", 
        "Indicator": "0.154.17.105", 
        "Score": 3, 
        "Type": "ip"
    }
}
Human Readable Output

illuminate Ip Information

Active EvidenceCount ID IlluminateLink Indicator ReportedDates
true 1 51469 https://partner.analystplatform.com/indicators/51469 0.154.17.105 2014-01-04

4. file


Queries the illuminate REST API and enriches the given file with illuminate indicator data.

Base Command

file

Input
Argument Name Description Required
file The file for which to return information. Required
Context Output
Path Type Description
File.MD5 String The MD5 hash of the file.
File.SHA1 String The SHA1 hash of the file.
File.SHA256 String The SHA256 hash of the file.
Illuminate.File.ID number The indicator’s unique ID in illuminate.
Illuminate.File.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.File.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.File.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.File.FirstHit date The first date this this indicator was seen in a source scanned by illuminate.
Illuminate.File.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.File.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.File.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.File.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.File.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.File.Malwares.Name string Each matched malware name in illuminate
Illuminate.File.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.File.Actors.Name string Each matched actor name in illuminate.
Illuminate.File.IlluminateLink string The URL of the matched indicator in illuminate.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Score Number The actual score.
DBotScore.Type String The type of indicator.
DBotScore.Vendor String The AlienVault OTX vendor.
Command Example

!file file=00000000000000000000000000000000

Context Example
{
    "Illuminate.File": {
        "LastHit": null, 
        "ReportedDates": [
            "2019-06-25", 
            "2020-01-09"
        ], 
        "Indicator": "00000000000000000000000000000000", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [
            "2018-08-02", 
            "2019-09-01"
        ], 
        "EvidenceCount": 2, 
        "Actors": [
            {
                "id": -4, 
                "name": "Multiple Actors Extracted"
            }, 
            {
                "id": 150, 
                "name": "FIN8"
            }
        ], 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/1527155", 
        "ID": 1527155
    }, 
    "DBotScore": {
        "Vendor": "illuminate", 
        "Indicator": "00000000000000000000000000000000", 
        "Score": 3, 
        "Type": "file"
    }, 
    "File": {
        "Malicious": {
            "Vendor": "illuminate", 
            "Description": "illuminate has determined that this indicator is malicious via internal analysis."
        }, 
        "MD5": "00000000000000000000000000000000"
    }
}
Human Readable Output

illuminate File Information

Active ActivityDates Actors EvidenceCount ID IlluminateLink Indicator ReportedDates
true 2018-08-02,
2019-09-01
id = -4, name = Multiple Actors Extracted,
id = 150, name = FIN8
2 1527155 https://partner.analystplatform.com/indicators/1527155 00000000000000000000000000000000 2019-06-25,
2020-01-09

5. illuminate-enrich-string


Queries the illuminate REST API and enriches the given string with illuminate indicator data

Base Command

illuminate-enrich-string

Input
Argument Name Description Required
string The string for which to return information. Required
Context Output
Path Type Description
Illuminate.String.ID number The unique identifier of the given Indicator in illuminate
Illuminate.String.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.String.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.String.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.String.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.String.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.String.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.String.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.String.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.String.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.String.Malwares.Name string Each matched malware name in illuminate
Illuminate.String.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.String.Actors.Name string Each matched actor name in illuminate.
Illuminate.String.IlluminateLink string The URL of the matched indicator in illuminate.
Command Example

!illuminate-enrich-string string=??

Context Example
{
    "Illuminate.String": {
        "LastHit": null, 
        "ReportedDates": [
            "2014-12-12", 
            "2014-12-14", 
            "2014-12-19", 
            "2014-12-20"
        ], 
        "Indicator": "??", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [
            "2014-12-11", 
            "2014-12-14", 
            "2014-12-19", 
            "2014-12-20"
        ], 
        "EvidenceCount": 15, 
        "Actors": [
            {
                "id": -2, 
                "name": "Unknown"
            }
        ], 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/90548", 
        "ID": 90548
    }
}
Human Readable Output

illuminate String Information

Active ActivityDates Actors EvidenceCount ID IlluminateLink Indicator ReportedDates
true 2014-12-11,
2014-12-14,
2014-12-19,
2014-12-20
id = -2, name = Unknown 15 90548 https://partner.analystplatform.com/indicators/90548 ?? 2014-12-12,
2014-12-14,
2014-12-19,
2014-12-20

6. illuminate-enrich-ipv6


Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.

Base Command

illuminate-enrich-ipv6

Input
Argument Name Description Required
ip The IP address for which to return information. Required
Context Output
Path Type Description
Illuminate.Ipv6.ID number The unique identifier of the given Indicator in illuminate
Illuminate.Ipv6.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Ipv6.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Ipv6.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Ipv6.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Ipv6.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Ipv6.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Ipv6.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Ipv6.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Ipv6.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.Ipv6.Malwares.Name string Each matched malware name in illuminate
Illuminate.Ipv6.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Ipv6.Actors.Name string Each matched actor name in illuminate.
Illuminate.Ipv6.IlluminateLink string The URL of the matched indicator in illuminate.
Command Example

!illuminate-enrich-ipv6 ip=16::

Context Example
{
    "Illuminate.Ipv6": {
        "LastHit": null, 
        "ReportedDates": [
            "2015-05-13"
        ], 
        "Indicator": "16::", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [
            "2018-09-08"
        ], 
        "EvidenceCount": 1, 
        "Actors": {}, 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/2623838", 
        "ID": 2623838
    }
}
Human Readable Output

illuminate Ipv6 Information

Active ActivityDates EvidenceCount ID IlluminateLink Indicator ReportedDates
true 2018-09-08 1 2623838 https://partner.analystplatform.com/indicators/2623838 16:: 2015-05-13

7. illuminate-enrich-mutex


Queries the illuminate REST API and enriches the given mutex with illuminate indicator data.

Base Command

illuminate-enrich-mutex

Input
Argument Name Description Required
mutex The mutex to query information for Required
Context Output
Path Type Description
Illuminate.Mutex.ID number The unique identifier of the given Indicator in illuminate
Illuminate.Mutex.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Mutex.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Mutex.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Mutex.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Mutex.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Mutex.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Mutex.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Mutex.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Mutex.Malwares.ID number Each matched malware unique identifier in illuminate.
Illuminate.Mutex.Malwares.Name string Each matched malware name in illuminate
Illuminate.Mutex.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Mutex.Actors.Name string Each matched actor name in illuminate.
Illuminate.Mutex.IlluminateLink string The URL of the matched indicator in illuminate.
Command Example

!illuminate-enrich-mutex mutex=??

Context Example
{
    "Illuminate.Mutex": {
        "LastHit": null, 
        "ReportedDates": [
            "2015-01-07", 
            "2015-01-14", 
            "2015-02-23", 
            "2017-08-05", 
            "2017-08-06"
        ], 
        "Indicator": "??", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [
            "2015-01-06", 
            "2015-01-07", 
            "2015-01-14", 
            "2015-02-23", 
            "2017-08-05", 
            "2017-08-06"
        ], 
        "EvidenceCount": 6, 
        "Actors": [
            {
                "id": -2, 
                "name": "Unknown"
            }
        ], 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/95267", 
        "ID": 95267
    }
}
Human Readable Output

illuminate Mutex Information

Active ActivityDates Actors EvidenceCount ID IlluminateLink Indicator ReportedDates
true 2015-01-06,
2015-01-07,
2015-01-14,
2015-02-23,
2017-08-05,
2017-08-06
id = -2, name = Unknown 6 95267 https://partner.analystplatform.com/indicators/95267 ?? 2015-01-07,
2015-01-14,
2015-02-23,
2017-08-05,
2017-08-06

8. illuminate-enrich-http-request


Queries the illuminate REST API and enriches the given HTTP request with illuminate indicator data.

Base Command

illuminate-enrich-http-request

Input
Argument Name Description Required
http-request The HTTP request for which to return information. Required
Context Output
Path Type Description
Illuminate.Httprequest.ID number The unique identifier of the given Indicator in illuminate
Illuminate.Httprequest.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Httprequest.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Httprequest.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Httprequest.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Httprequest.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Httprequest.HitCount number The total number of times this indicator was seen in a source scanned by illuminate.
Illuminate.Httprequest.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Httprequest.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Httprequest.Malwares.ID number Each matched malware unique identifier in illuminate
Illuminate.Httprequest.Malwares.Name string Each matched malware name in illuminate.
Illuminate.Httprequest.Actors.ID number Each matched actor unique identifier in illuminate.
Illuminate.Httprequest.Actors.Name string Each matched actor name in illuminate.
Illuminate.Httprequest.IlluminateLink string The URL of the matched indicator in illuminate.
Command Example

!illuminate-enrich-http-request http-request=/~

Context Example
{
    "Illuminate.Httprequest": {
        "LastHit": null, 
        "ReportedDates": [
            "2020-01-06"
        ], 
        "Indicator": "/~", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [], 
        "EvidenceCount": 1, 
        "Actors": {}, 
        "ConfidenceLevel": "high", 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/2885382", 
        "ID": 2885382
    }
}
Human Readable Output

illuminate Httprequest Information

Active ConfidenceLevel EvidenceCount ID IlluminateLink Indicator ReportedDates
true high 1 2885382 https://partner.analystplatform.com/indicators/2885382 /~ 2020-01-06

9. url


Queries the illuminate REST API and enriches the given URL with illuminate indicator data.

Base Command

url

Input
Argument Name Description Required
url The URL for which to return information. Required
Context Output
Path Type Description
URL.Data String The URL.
Illuminate.Url.ID number The unique identifier of the given Indicator in illuminate
Illuminate.Url.EvidenceCount number The number of evidence reports of the given indicator in illuminate.
Illuminate.Url.Active boolean Whether the given indicator is noted as active in illuminate.
Illuminate.Url.ConfidenceLevel string The confidence level of the data in illuminate.
Illuminate.Url.FirstHit date The first date this indicator was seen in a source scanned by illuminate.
Illuminate.Url.LastHit date The most recent date this indicator was seen in a source scanned by illuminate.
Illuminate.Url.HitCount number The total number of this indicator was seen in a source scanned by illuminate.
Illuminate.Url.ReportedDates date The dates this indicator was reported on in illuminate.
Illuminate.Url.ActivityDates date The dates this indicator had reported activity in illuminate.
Illuminate.Url.Malwares.ID number Each matched malware unique identifier in illuminate
Illuminate.Url.Malwares.Name string Each matched malware name in illuminate.
Illuminate.Url.Actors.ID number Each matched actor unique identifier in illuminate
Illuminate.Url.Actors.Name string Each matched actor name in illuminate.
Illuminate.Url.IlluminateLink string The URL of the matched indicator in illuminate.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Score Numbe The actual score.
DBotScore.Type String The type of indicator.
DBotScore.Vendor String The AlienVault OTX vendor.
Command Example

!url url=104.218.120.128/check.aspx

Context Example
{
    "URL": {
        "Malicious": {
            "Vendor": "illuminate", 
            "Description": "illuminate has determined that this indicator is malicious via internal analysis."
        }, 
        "Data": "104.218.120.128/check.aspx"
    }, 
    "Illuminate.Url": {
        "LastHit": null, 
        "ReportedDates": [
            "2019-07-04"
        ], 
        "Indicator": "104.218.120.128/check.aspx", 
        "Malwares": {}, 
        "FirstHit": null, 
        "ActivityDates": [
            "2018-12-08"
        ], 
        "EvidenceCount": 1, 
        "Actors": [
            {
                "id": 178, 
                "name": "APT33"
            }
        ], 
        "ConfidenceLevel": null, 
        "Active": true, 
        "HitCount": null, 
        "IlluminateLink": "https://partner.analystplatform.com/indicators/2699554", 
        "ID": 2699554
    }, 
    "DBotScore": {
        "Vendor": "illuminate", 
        "Indicator": "104.218.120.128/check.aspx", 
        "Score": 3, 
        "Type": "url"
    }
}
Human Readable Output

illuminate Url Information

Active ActivityDates Actors EvidenceCount ID IlluminateLink Indicator ReportedDates
true 2018-12-08 id = 178, name = APT33 1 2699554 https://partner.analystplatform.com/indicators/2699554 104.218.120.128/check.aspx 2019-07-04

Configuration parameters

  • credentials — illuminate API Credentials (username/password) (required)
  • server — Domain of illuminate server to use (format - server.that_you_use.com - No http/https) (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (9)

  • domain

    Queries the illuminate REST API and enriches the given domain with illuminate Indicator data

  • email

    Queries the illuminate REST API and enriches the given email with illuminate indicator data.

  • file

    Queries the illuminate REST API and enriches the given file with illuminate indicator data.

  • illuminate-enrich-http-request

    Queries the illuminate REST API and enriches the given HTTP request with illuminate indicator data.

  • illuminate-enrich-ipv6

    Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.

  • illuminate-enrich-mutex

    Queries the illuminate REST API and enriches the given mutex with illuminate indicator data.

  • illuminate-enrich-string

    Queries the illuminate REST API and enriches the given string with illuminate indicator data

  • ip

    Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.

  • url

    Queries the illuminate REST API and enriches the given URL with illuminate indicator data.

commonfields:
  id: illuminate
  version: -1
name: illuminate
display: illuminate (Deprecated)
category: Data Enrichment & Threat Intelligence
provider: Renaissance Learning
description: Deprecated. Use Analyst1 integration instead.
deprecated: true
tests:
- No Tests - Deprecated
configuration:
- display: illuminate API Credentials (username/password)
  name: credentials
  defaultvalue: ''
  type: 9
  required: true
- display: Domain of illuminate server to use (format - server.that_you_use.com - No http/https)
  name: server
  defaultvalue: illuminate.analystplatform.com
  type: 0
  required: true
- display: Trust any certificate (not secure)
  name: insecure
  defaultvalue: 'false'
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  defaultvalue: 'false'
  type: 8
  required: false
script:
  script: '-'
  type: python
  commands:
  - name: domain
    arguments:
    - name: domain
      required: true
      description: The domain for which to return information.
      default: true
      isArray: true
    outputs:
    - contextPath: Domain.Name
      description: The domain name, for example, "google.com".
      type: string
    - contextPath: Illuminate.Domain.ID
      description: The indicator's unique ID in illuminate.
      type: number
    - contextPath: Illuminate.Domain.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Domain.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Domain.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Domain.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Domain.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Domain.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Domain.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Domain.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Domain.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Domain.Malwares.Name
      description: Each matched malware name in illuminate.
      type: string
    - contextPath: Illuminate.Domain.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Domain.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Domain.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    - contextPath: Illuminate.Domain.IpResolution
      description: The resolved IP address for this domain.
      type: string
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Type
      description: The type of indicator.
      type: String
    - contextPath: DBotScore.Vendor
      description: The AlienVault OTX vendor.
      type: String
    description: Queries the illuminate REST API and enriches the given domain with illuminate Indicator data
  - name: email
    arguments:
    - name: email
      required: true
      description: The email for which to return information.
      default: true
      isArray: true
    outputs:
    - contextPath: Email.From
      description: The sender of the email.
      type: string
    - contextPath: Illuminate.Email.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.Email.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Email.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Email.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Email.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Email.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Email.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Email.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Email.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Email.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Email.Malwares.Name
      description: Each matched malware name in illuminate.
      type: string
    - contextPath: Illuminate.Email.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Email.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Email.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The AlienVault OTX vendor.
      type: String
    description: Queries the illuminate REST API and enriches the given email with illuminate indicator data.
  - name: ip
    arguments:
    - name: ip
      required: true
      description: The IP address for which to return information.
      default: true
      isArray: true
    outputs:
    - contextPath: IP.Address
      description: The IP address.
      type: string
    - contextPath: Illuminate.Ip.ID
      description: The indicator's unique ID in illuminate.
      type: number
    - contextPath: Illuminate.Ip.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Ip.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Ip.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Ip.FirstHit
      description: The first date this this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Ip.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Ip.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Ip.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Ip.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Ip.Malwares.ID
      description: Each matched malware unique identifier in illuminate
      type: number
    - contextPath: Illuminate.Ip.Malwares.Name
      description: Each matched malware name in illuminate
      type: string
    - contextPath: Illuminate.Ip.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Ip.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Ip.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Type
      description: The type of indicator.
      type: String
    - contextPath: DBotScore.Vendor
      description: The AlienVault OTX vendor.
      type: String
    description: Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.
  - name: file
    arguments:
    - name: file
      required: true
      description: The file for which to return information.
      default: true
      isArray: true
    outputs:
    - contextPath: File.MD5
      description: The MD5 hash of the file.
      type: String
    - contextPath: File.SHA1
      description: The SHA1 hash of the file.
      type: String
    - contextPath: File.SHA256
      description: The SHA256 hash of the file.
      type: String
    - contextPath: Illuminate.File.ID
      description: The indicator's unique ID in illuminate.
      type: number
    - contextPath: Illuminate.File.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.File.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.File.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.File.FirstHit
      description: The first date this this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.File.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.File.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.File.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.File.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.File.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.File.Malwares.Name
      description: Each matched malware name in illuminate
      type: string
    - contextPath: Illuminate.File.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.File.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.File.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Type
      description: The type of indicator.
      type: String
    - contextPath: DBotScore.Vendor
      description: The AlienVault OTX vendor.
      type: String
    description: Queries the illuminate REST API and enriches the given file with illuminate indicator data.
  - name: illuminate-enrich-string
    arguments:
    - name: string
      required: true
      description: The string for which to return information.
      isArray: true
    outputs:
    - contextPath: Illuminate.String.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.String.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.String.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.String.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.String.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.String.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.String.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.String.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.String.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.String.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.String.Malwares.Name
      description: Each matched malware name in illuminate
      type: string
    - contextPath: Illuminate.String.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.String.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.String.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    description: Queries the illuminate REST API and enriches the given string with illuminate indicator data
  - name: illuminate-enrich-ipv6
    arguments:
    - name: ip
      required: true
      description: The IP address for which to return information.
      isArray: true
    outputs:
    - contextPath: Illuminate.Ipv6.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.Ipv6.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Ipv6.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Ipv6.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Ipv6.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Ipv6.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Ipv6.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Ipv6.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Ipv6.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Ipv6.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Ipv6.Malwares.Name
      description: Each matched malware name in illuminate
      type: string
    - contextPath: Illuminate.Ipv6.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Ipv6.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Ipv6.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    description: Queries the illuminate REST API and enriches the given IP address with illuminate indicator data.
  - name: illuminate-enrich-mutex
    arguments:
    - name: mutex
      required: true
      description: The mutex to query information for
      isArray: true
    outputs:
    - contextPath: Illuminate.Mutex.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.Mutex.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Mutex.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Mutex.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Mutex.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Mutex.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Mutex.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Mutex.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Mutex.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Mutex.Malwares.ID
      description: Each matched malware unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Mutex.Malwares.Name
      description: Each matched malware name in illuminate
      type: string
    - contextPath: Illuminate.Mutex.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Mutex.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Mutex.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    description: Queries the illuminate REST API and enriches the given mutex with illuminate indicator data.
  - name: illuminate-enrich-http-request
    arguments:
    - name: http-request
      required: true
      description: The HTTP request for which to return information.
      isArray: true
    outputs:
    - contextPath: Illuminate.Httprequest.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.Httprequest.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Httprequest.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Httprequest.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Httprequest.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Httprequest.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Httprequest.HitCount
      description: The total number of times this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Httprequest.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Httprequest.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Httprequest.Malwares.ID
      description: Each matched malware unique identifier in illuminate
      type: number
    - contextPath: Illuminate.Httprequest.Malwares.Name
      description: Each matched malware name in illuminate.
      type: string
    - contextPath: Illuminate.Httprequest.Actors.ID
      description: Each matched actor unique identifier in illuminate.
      type: number
    - contextPath: Illuminate.Httprequest.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Httprequest.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    description: Queries the illuminate REST API and enriches the given HTTP request with illuminate indicator data.
  - name: url
    arguments:
    - name: url
      required: true
      description: The URL for which to return information.
      default: true
      isArray: true
    outputs:
    - contextPath: URL.Data
      description: The URL.
      type: String
    - contextPath: Illuminate.Url.ID
      description: The unique identifier of the given Indicator in illuminate
      type: number
    - contextPath: Illuminate.Url.EvidenceCount
      description: The number of evidence reports of the given indicator in illuminate.
      type: number
    - contextPath: Illuminate.Url.Active
      description: Whether the given indicator is noted as active in illuminate.
      type: boolean
    - contextPath: Illuminate.Url.ConfidenceLevel
      description: The confidence level of the data in illuminate.
      type: string
    - contextPath: Illuminate.Url.FirstHit
      description: The first date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Url.LastHit
      description: The most recent date this indicator was seen in a source scanned by illuminate.
      type: date
    - contextPath: Illuminate.Url.HitCount
      description: The total number of this indicator was seen in a source scanned by illuminate.
      type: number
    - contextPath: Illuminate.Url.ReportedDates
      description: The dates this indicator was reported on in illuminate.
      type: date
    - contextPath: Illuminate.Url.ActivityDates
      description: The dates this indicator had reported activity in illuminate.
      type: date
    - contextPath: Illuminate.Url.Malwares.ID
      description: Each matched malware unique identifier in illuminate
      type: number
    - contextPath: Illuminate.Url.Malwares.Name
      description: Each matched malware name in illuminate.
      type: string
    - contextPath: Illuminate.Url.Actors.ID
      description: Each matched actor unique identifier in illuminate
      type: number
    - contextPath: Illuminate.Url.Actors.Name
      description: Each matched actor name in illuminate.
      type: string
    - contextPath: Illuminate.Url.IlluminateLink
      description: The URL of the matched indicator in illuminate.
      type: string
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Numbe
    - contextPath: DBotScore.Type
      description: The type of indicator.
      type: String
    - contextPath: DBotScore.Vendor
      description: The AlienVault OTX vendor.
      type: String
    description: Queries the illuminate REST API and enriches the given URL with illuminate indicator data.
  dockerimage: demisto/python3:3.9.5.21272
  subtype: python3
fromversion: 5.0.0