You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tired to implement STIX for AlienVault OTX by myself, to learn how to use python-stix and cybox modules, and I used StixExport.py as a template.
According to the process to create a new indicator, for example, a URL indicator, an observable_ will be added to a new indicator and then a new indicator will be added to a package. When this process is done, <indicator:Title> and <indicator:Description> will contain information from mind.
By the way, SitxExport.py also has another part that responsible to create and add information to an indicator new_ind, but new_ind are not going to use on any part of code. Please clarify me why it needs to create both new_ind and mind when only mind is used.
I have tired to implement STIX for AlienVault OTX by myself, to learn how to use
python-stix
andcybox
modules, and I used StixExport.py as a template.According to the process to create a new indicator, for example, a URL indicator, an observable_ will be added to a new indicator and then a new indicator will be added to a package. When this process is done,
<indicator:Title>
and<indicator:Description>
will contain information frommind
.By the way, SitxExport.py also has another part that responsible to create and add information to an indicator
new_ind
, butnew_ind
are not going to use on any part of code. Please clarify me why it needs to create bothnew_ind
andmind
when onlymind
is used.The text was updated successfully, but these errors were encountered: