CheckLastEnrichment
Check if DomainTools Data is in Need of Enrichment.
python · DomainTools Iris Investigate
Details
| ID | CheckLastEnrichment |
|---|---|
| Language | python |
| From Version | 6.6.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | DomainTools Condition |
README
Check if DomainTools Data is in Need of Enrichment
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | DomainTools, Condition |
| Cortex XSOAR Version | 6.9.0 |
Inputs
| Argument Name | Description |
|---|---|
| last_enrichment | Date domain was last enriched ‘%Y-%m-%d’ |
Outputs
| Path | Description | Type |
|---|---|---|
| yes | Refresh Enrichment Data | String |
| no | Don’t Refresh Enrichment Data | String |
args: - default: false description: Date domain was last enriched '%Y-%m-%d'. isArray: false name: last_enrichment required: true secret: false comment: Check if DomainTools Data is in Need of Enrichment. commonfields: id: CheckLastEnrichment version: -1 enabled: false name: CheckLastEnrichment outputs: - contextPath: 'yes' description: Refresh Enrichment Data. type: String - contextPath: 'no' description: Don't Refresh Enrichment Data. type: String script: '-' system: false tags: - DomainTools - Condition timeout: '0' type: python subtype: python3 fromversion: 6.6.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)