-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Hod/mitre layout #8955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hod/mitre layout #8955
Conversation
bc6c7b6
to
a3b51f7
Compare
@hod-alpert any reason for this to still be in draft? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets go over this together
Packs/FeedMitreAttack/IndicatorFields/incidentfield-mitrecreated.json
Outdated
Show resolved
Hide resolved
Packs/FeedMitreAttack/IndicatorFields/incidentfield-mitremodified.json
Outdated
Show resolved
Hide resolved
Packs/FeedMitreAttack/Layouts/layoutscontainer-MITRE_ATT&CK.json
Outdated
Show resolved
Hide resolved
Packs/FeedMitreAttack/Layouts/layoutscontainer-MITRE_ATT&CK.json
Outdated
Show resolved
Hide resolved
Packs/FeedMitreAttack/Layouts/layoutscontainer-MITRE_ATT&CK.json
Outdated
Show resolved
Hide resolved
|
||
from typing import List, Dict, Set | ||
import json | ||
import requests | ||
from stix2 import TAXIICollectionSource, Filter | ||
from taxii2client import Server, Collection, ApiRoot | ||
from taxii2client.v20 import Server, Collection, ApiRoot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure you're synced with https://github.com/demisto/etc/issues/26353 with these change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synced, He implemented the same solution
ffffba3
to
67fe2d5
Compare
Packs/FeedMitreAttack/Integrations/FeedMitreAttack/FeedMitreAttack.py
Outdated
Show resolved
Hide resolved
06dab14
to
f466130
Compare
f466130
to
e2566f7
Compare
44cc4ea
to
e9db2d6
Compare
@hod-alpert Done. |
3e211ce
to
1536406
Compare
1536406
to
6e21172
Compare
Status
Related Issues
https://github.com/demisto/etc/issues/23383
Description
Edited the MITRE Att&ck layout
Screenshots
Minimum version of Demisto
Does it break backward compatibility?