|
33887b8c
|
Fixed issue with Analyses always being exported to xml
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
c7815c0e
|
TypedField updates for Package classes
|
apsillers <a****s@m****g>
|
about 12 years ago
|
|
|
d402a17f
|
Updated .id usage on Malware Subjects to .id_ to account for new updates
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
85debd42
|
Changed id to id_ to avoid colliding with python keywords; also, updated some...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
84110123
|
Changed id to id_ to avoid colliding with python keywords
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
93b87cdc
|
Fixed a few type definition issues
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
d4f2b623
|
Removed extraneous definitions in __init__
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
f3e39316
|
Added missing cybox import
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
f78a8661
|
Added missing cybox import
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
7be18fe3
|
Initial commit of distance calculation script
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
3dd92273
|
Updated print_distances() to output to a file
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
bee38f6a
|
Added validity check for real_object inside of dereference_objects in Bundle()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
01392482
|
merge
Merge branch 'master' of https://github.com/MAECProject/python-maec
|
apsillers <a****s@m****g>
|
about 12 years ago
|
|
|
803edba9
|
Rollback to Ivan's changes that I clobbered
|
apsillers <a****s@m****g>
|
about 12 years ago
|
|
|
2c0cab51
|
merge
Merge branch 'master' of https://github.com/MAECProject/python-maec
|
apsillers <a****s@m****g>
|
about 12 years ago
|
|
|
0aadbcc1
|
Update Package classes to TypeField implementation
|
apsillers <a****s@m****g>
|
about 12 years ago
|
|
|
afd20eee
|
Moved all ignored_ dictionaries into Distance class and added options_dict fo...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
47f54aff
|
Initial commit of distance-related classes
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
fc5b174d
|
merge
Merge branch 'master' of github.com:MAECProject/python-maec
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
3b8eb001
|
Converted BundleReference to TypedField implementation
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
e147b074
|
Cleaned up Entity class; removed methods that were complete duplicates of tho...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
aa0752a9
|
Oops
|
Greg Back <g****k@u****m>
|
about 12 years ago
|
|
|
6d75c18f
|
Add badges to README.rst
|
Greg Back <g****k@u****m>
|
about 12 years ago
|
|
|
55762a0c
|
Updated to_obj() on MalwareSubject to output findings_bundles only when they ...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
70b9526e
|
Fixed typo in name of constructor for GroupingRelationship
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
341e80d1
|
Updated dereference_objects() and get_object_by_id() to ignore actions if spe...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
4fabe231
|
Added ability to ignore case to get_object_values()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
1a9061d8
|
Updated get_object_by_id() to accept extra_objects as optional parameter
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
3f92620a
|
Updated dereference_bundles() to pass in Malware_Instance_Object_Attributes
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
583e1442
|
Updated dereference_objects() to allow for passing in of extra objects
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
7d4b0a1f
|
Updated get_all_objects() to include Malware_Instance_Object_Attributes if in...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
1904d948
|
Fixed typo in dereference_bundles method
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
677281c1
|
Added dereference_bundles method for dereferencing Objects in MAEC Bundles
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
77fbe935
|
Added Associated_Objects existence check to get_object_by_id()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
256e4fb2
|
Added dereference_objects() method for dereferencing all Objects in a Bundle
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
90325e69
|
Added normalize_bundles method for normalizing all Bundles (only Objects for ...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
abecd98b
|
Added normalize_objects() method for normalizing Objects using the CybOX util...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
dd539b12
|
Initial commit of merge_packages script
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
1ef8e12d
|
Generates merged Malware Subjects and creates output Package. Release candidate
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
efaa560a
|
Initial commit
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
926a3c43
|
Fixed typo where __init__() was defined as init()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
6f3fc1e5
|
Fixed typo in from_dict() in MalwareConfigurationDetails
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
dbbc8495
|
Updated logic for findings_bundles in to_obj()/to_dict() to be consistent wit...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
30d4b91d
|
Fixed a number of typos in several classes; also, changed [] dictionary acces...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
f27d57d2
|
Added missing MalwareConfigurationParamaterType class
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
aab3e63c
|
Fixed issue in buildChildren method of ActionEquivalenceType not correctly ap...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
f53ce562
|
Fixed missing self. in to_obj() and to_dict() in ClusterCompisition
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
7e5cf1fc
|
Fixed typo in name of dictionary in from_dict()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
21a404c0
|
Fixed typo in dictionary key in to_dict()
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
f7fe1b35
|
Updated several conditions to use dict.get() method instead of []
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
b44e8f86
|
Added None value check for timestamps in from_dict() methods
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
1593f387
|
Added Code field support to ActionImplementation
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
12074d73
|
Added AssociatedCode class
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
051b0ba0
|
Fixed BehavioralActions to be a subclass of maec.Entity instead of EntityList
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
bf201d9e
|
Added BehaviorReference class
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
da562388
|
Added missing ordinal_position, status, and duration properties to Behavior c...
|
Ivan Kirillov <i****v@m****g>
|
about 12 years ago
|
|
|
21527907
|
Add 'Related Documentation' to the sidebar
|
Greg Back <g****k@m****g>
|
about 12 years ago
|
|
|
f340b9ac
|
Fixed typo in to_obj() method of APICall; the address property was not being ...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
3e4419e1
|
merge
Merge branch 'master' of github.com:MAECProject/python-maec
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
3dc9ecce
|
Made maec.Entity a subclass of cybox.Entity
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
055f45a8
|
Update README.rst
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
fb1c7c1f
|
Update README.rst
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
f7456635
|
Simplify Sphinx conf.py
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
f2a2a299
|
Make environment more similar with CybOX
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
9f953be1
|
Initial Sphinx documentation
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
beeafcfb
|
Bumped up version to 4.1.0.6
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
7b6c2f73
|
Updated Entity to fix handling of TypedFields when no type is specified; repl...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
7161288c
|
merge
Merge branch 'master' of github.com:MAECProject/python-maec
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
04631c15
|
Refactored to use TypedField implementation
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
66ffd1fb
|
Updated VulnerabilityExploitType to ExploitType based on v4.1 changes
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
7aebe154
|
merge
Merge pull request #23 from chahan/v4.1
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
a1653dab
|
Adds support for v4.1, renames 4.0.1 filenames
|
chahan <h****e@i****m>
|
over 12 years ago
|
|
|
476c13fc
|
Bumped up version
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
c0a05ed4
|
Create MANIFEST.in. Fix #21
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
967630d6
|
Bump version to 4.1.0.4
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
b0ee6e39
|
Update setup.py
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
807c143e
|
Update README.rst
|
Greg Back <g****k@u****m>
|
over 12 years ago
|
|
|
3fe4011b
|
Convert README from Markdown to ReStructured Text.
|
Greg Back <g****k@m****g>
|
over 12 years ago
|
|
|
71fe17d2
|
Removed versioning
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
b9a30501
|
Fixed typo in to_obj() in CandidateIndicatorComposition relating to the outpu...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
6db173b4
|
Initial commit of MAEC 4.0.1 to 4.1 conversion script
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
fd9367d6
|
Fixed bug related to accessing __input_namespaces property in to_xml and to_x...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
21d6fa80
|
Updated version to 4.1.0.3 to account for latest updates
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
5842c306
|
merge
Merge pull request #19 from MAECProject/object_history
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
f1f8e333
|
Fixed some issues with constructing object history for objects operated on by...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
526db666
|
Added ability to add namespaces parsed upon input in to_xml() and to_xml_file...
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
6ac1de81
|
Added imports for parser classes
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
7b156404
|
Updated for parse_xml_instance updates
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
1ee38216
|
Updated for parse_xml_instance updates
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
8b0d8ae0
|
Updated for parse_xml_instance updates
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
2085bee7
|
Added optional check_version parameter to parse_xml_instance method
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
ac463c0a
|
Updated to reflect recent changes for parse_xml_instance output
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
3d63e3f6
|
Updated parse_xml_instance method to use new EntityParser class from utils
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
5e325351
|
A few bugfixes
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
5dc2e862
|
Parser initial commit
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
68688a14
|
Added initial object history classes and helper methods
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
c230a355
|
Updated version to 4.1.0.2
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
ef1705ad
|
Set huge_tree=True for all ETCompatXMLParser usage
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
6c230a35
|
Updated README for accuracy
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|
|
b70ba47e
|
merge
Merge pull request #18 from MAECProject/idgen_updates
|
Ivan Kirillov <i****v@m****g>
|
over 12 years ago
|
|