DBotUpdateLogoURLPhishing
Add, remove, or modify logos from the URL Phishing model.
python · Phishing URL
Details
| ID | DBotUpdateLogoURLPhishing |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/mlurlphishing:1.0.0.8936013 |
| Tags | ml |
README
Add, remove, or modify logos for the URL Phishing model to compare to suspicious websites.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | ml |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| logoImageId | “Entry ID” of the uploaded logo in Cortex XSOAR. |
| logoName | Name of the logo. The name is the unique identifier for the logo. |
| associatedDomains | Comma-separated list of domains that are associated to the logo defined in the logoName argument. It will only be used if the action argument is AddLogo or ModifiedDomainForLogo. |
| action | Action to execute on the model. |
Outputs
There are no outputs for this script.
args: - description: '"Entry ID" of the uploaded logo in Cortex XSOAR.' name: logoImageId - description: Name of the logo. The name is the unique identifier for the logo. name: logoName - description: Comma-separated list of domains that are associated to the logo defined in the logoName argument. It will only be used if the action argument is AddLogo or ModifiedDomainForLogo. isArray: true name: associatedDomains - auto: PREDEFINED description: Action to execute on the model. name: action predefined: - RemoveLogo - AddLogo - ModifiedDomainForLogo - DisplayAllLogos required: true comment: Add, remove, or modify logos from the URL Phishing model. commonfields: id: DBotUpdateLogoURLPhishing version: -1 enabled: true name: DBotUpdateLogoURLPhishing script: '-' subtype: python3 tags: - ml timeout: '0' type: python dockerimage: demisto/mlurlphishing:1.0.0.8936013 runas: DBotRole tests: - DBotUpdateLogoURLPhishing_test fromversion: 6.5.0 marketplaces: - xsoar