HtmlDifflabDynamic
This dynamic automation parses the difflib results and presents it in the layout in color according to its score.
python · Suspicious Domain Hunting
Details
| ID | HtmlDifflabDynamic |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/ssdeep:1.0.0.9067966 |
| Tags | Utility dynamic-section |
README
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility, dynamic-section |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| html1 | First HTML to compare. |
| html2 | Second HTML to compare. |
Outputs
| Path | Description | Type |
|---|---|---|
| FuzzyHashSimilarity.SimilarityPercentage | How similar are the HTML pages in precentage. | Unknown |
commonfields: id: HtmlDifflabDynamic version: -1 name: HtmlDifflabDynamic comment: This dynamic automation parses the difflib results and presents it in the layout in color according to its score. script: '' type: python tags: - Utility - dynamic-section enabled: true args: - name: html1 description: First HTML to compare. - name: html2 description: Second HTML to compare. outputs: - contextPath: FuzzyHashSimilarity.SimilarityPercentage description: How similar are the HTML pages in precentage. scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/ssdeep:1.0.0.9067966 runas: DBotWeakRole engineinfo: {} tests: - No tests (auto formatted) dockerimage45: demisto/ssdeep:1.0.0.23743 fromversion: 6.10.0