MitreNameLayoutDynamicSection Deprecated
Deprecated. Use FeedMitreAttackv2 instead.
python · MITRE IDs (Deprecated)
Details
| ID | MitreNameLayoutDynamicSection |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.9.7.24076 |
| Tags | dynamic-indicator-section |
import demistomock as demisto from CommonServerPython import * from CommonServerUserPython import * mitre_name = demisto.get(demisto.args()['indicator'], 'CustomFields.mitrename') or '' demisto.results( {'ContentsFormat': formats['markdown'], 'Type': entryTypes['note'], 'Contents': f'# {mitre_name}'})