OpenPhish_v2

OpenPhish uses proprietary Artificial Intelligence algorithms to automatically identify zero-day phishing sites and provide comprehensive, actionable, real-time threat intelligence.

Data Enrichment & Threat Intelligence · OpenPhish

Details

IDOpenPhish_v2
ProviderOpenPhish
CategoryData Enrichment & Threat Intelligence
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

OpenPhish uses proprietary Artificial Intelligence algorithms to automatically identify zero-day phishing sites and provide comprehensive, actionable, real-time threat intelligence.

Configure OpenPhish_v2 in Cortex

Parameter Description Required
https Use HTTPS connection False
fetchIntervalHours Database refresh interval (hours) False
proxy Use system proxy settings False
insecure Trust any certificate (not secure) False

Commands

You can execute these commands from the 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.

url


Checks the reputation of a URL.

Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.

Base Command

url

Input

Argument Name Description Required
url URL to check. Required

Context Output

Path Type Description
URL.Data unknown The URL
URL.Malicious.Vendor unknown The vendor reporting the URL as malicious.
URL.Malicious.Description unknown A description of the malicious URL.
DBotScore.Indicator unknown The indicator that was tested.
DBotScore.Type unknown The indicator type.
DBotScore.Vendor unknown The vendor used to calculate the score.
DBotScore.Score unknown The actual score.

Command Example

!url using-brand=OpenPhish_v2 url="google.com, hxxp://hang3clip.ddns.net/"

Context Example

{
    "DBotScore": [
        {
            "Indicator": "google.com",
            "Score": 0,
            "Type": "url",
            "Vendor": "OpenPhish"
        },
        {
            "Indicator": "hxxp://hang3clip.ddns.net/",
            "Score": 3,
            "Type": "url",
            "Vendor": "OpenPhish"
        }
    ],
    "URL": [
        {
            "Data": "google.com"
        },
        {
            "Data": "hxxp://hang3clip.ddns.net/",
            "Malicious": {
                "Description": "Match found in OpenPhish database",
                "Vendor": "OpenPhish"
            }
        }
    ]
}

Human Readable Output

OpenPhish Database - URL Query

No matches for URL google.com

Found matches for given URL hxxp://hang3clip.ddns.net/

openphish-reload


Reload OpenPhish database

Base Command

openphish-reload

Input

| Argument Name | Description | Required |
| — | — | — |

Command Example

!openphish-reload

Human Readable Output

updated successfully

openphish-status


Show OpenPhish database status

Base Command

openphish-status

Input

| Argument Name | Description | Required |
| — | — | — |

Context Output

There is no context output for this command.

Command Example

!openphish-status

Human Readable Output

image

Configuration parameters

  • https — Use HTTPS connection
  • fetchIntervalHours — Database refresh interval (hours)
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)
  • integrationReliability — Source Reliability
  • feedExpirationPolicy
  • feedExpirationInterval

Commands (3)

  • openphish-reload

    Reload OpenPhish database.

  • openphish-status

    Show OpenPhish database status.

  • url

    Checks the reputation of a URL.

category: Data Enrichment & Threat Intelligence
provider: OpenPhish
commonfields:
  id: OpenPhish_v2
  version: -1
configuration:
- defaultvalue: 'false'
  display: Use HTTPS connection
  name: https
  type: 8
  required: false
- display: Database refresh interval (hours)
  name: fetchIntervalHours
  defaultvalue: 1
  type: 0
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- additionalinfo: Reliability of the source providing the intelligence data.
  defaultvalue: C - Fairly reliable
  display: Source Reliability
  name: integrationReliability
  options:
  - A+ - 3rd party enrichment
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
  type: 15
  required: false
- defaultvalue: indicatorType
  name: feedExpirationPolicy
  display: ''
  options:
  - never
  - interval
  - indicatorType
  - suddenDeath
  type: 17
  required: false
- defaultvalue: '20160'
  name: feedExpirationInterval
  display: ''
  type: 1
  required: false
description: OpenPhish uses proprietary Artificial Intelligence algorithms to automatically identify zero-day phishing sites and provide comprehensive, actionable, real-time threat intelligence.
name: OpenPhish_v2
display: OpenPhish v2
script:
  dockerimage: demisto/python3:3.12.13.10116658
  commands:
  - name: url
    arguments:
    - name: url
      isArray: true
      required: true
      default: true
      description: URL to check.
    outputs:
    - contextPath: URL.Data
      description: The URL.
    - contextPath: URL.Malicious.Vendor
      description: The vendor reporting the URL as malicious.
    - contextPath: URL.Malicious.Description
      description: A description of the malicious URL.
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
    - contextPath: DBotScore.Type
      description: The indicator type.
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
    - contextPath: DBotScore.Score
      description: The actual score.
    description: Checks the reputation of a URL.
  - name: openphish-reload
    arguments: []
    description: Reload OpenPhish database.
  - name: openphish-status
    arguments: []
    description: Show OpenPhish database status.
  script: '-'
  subtype: python3
  type: python
fromversion: 5.0.0
tests:
- No test