PyMISP/pymisp/tools
Troy Ross 17ebfe86ab Previously file object was reporting the libmagic description of a file
instead of the mimetype. According to [MISP DataModels](https://www.misp-project.org/datamodels/#types)
```
mime-type: A media type (also MIME type and content type) is a two-part identifier for file formats and format contents transmitted on the Internet
```
more precisely defined in [RFC2045](https://tools.ietf.org/html/rfc2045) and others.

The description returned by libmagic is more useful than the generic mime-type,
but I did not find a place to put the description in the current data model.
2020-06-14 10:48:29 -06:00
..
pdf_fonts@7ff222022e
__init__.py new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
abstractgenerator.py new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
asnobject.py
create_misp_object.py fix: Make lief optional again 2020-02-07 11:51:48 +01:00
csvloader.py fix: Make flake8 happy 2020-05-12 11:34:38 +02:00
domainipobject.py
elfobject.py fix: Make lief optional again 2020-02-07 11:51:48 +01:00
emailobject.py
ext_lookups.py
fail2banobject.py
feed.py
fileobject.py Previously file object was reporting the libmagic description of a file 2020-06-14 10:48:29 -06:00
genericgenerator.py
geolocationobject.py
git_vuln_finder_object.py new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
load_warninglists.py
machoobject.py fix: Make lief optional again 2020-02-07 11:51:48 +01:00
microblogobject.py chg: Add comment in microblog object 2020-05-12 22:34:25 +02:00
neo4j.py
openioc.py
peobject.py fix: Make lief optional again 2020-02-07 11:51:48 +01:00
reportlab_generator.py chg: Bump deps, add pep8 test 2020-01-30 11:44:13 +01:00
sbsignatureobject.py
sshauthkeyobject.py fix: Make flake8 happy 2020-05-12 11:34:38 +02:00
stix.py
urlobject.py
vehicleobject.py chg: Bump deps, add pep8 test 2020-01-30 11:44:13 +01:00
vtreportobject.py Fixed __query_virustotal return type 2020-04-06 10:46:15 +01:00