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'm a newbie to stix, just trying to parse a stix file I ran across. It would be much easier to explore the file, the format and the API if the objects would describe themselves when I print them, rather than just getting something like <stix.indicator.indicator.Indicator at 0x7f80481c0050>
Perhaps the output could look something like these:
Providing a summary description of a whole package, e.g. via some sort of package.summary() function that summarizes the numbers of different types of objects or something like that, would also be handy.
The text was updated successfully, but these errors were encountered:
I'm a newbie to stix, just trying to parse a stix file I ran across. It would be much easier to explore the file, the format and the API if the objects would describe themselves when I print them, rather than just getting something like
<stix.indicator.indicator.Indicator at 0x7f80481c0050>
Perhaps the output could look something like these:
Add types and/or ids if they seem useful enough.
Providing a summary description of a whole package, e.g. via some sort of
package.summary()
function that summarizes the numbers of different types of objects or something like that, would also be handy.The text was updated successfully, but these errors were encountered: