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
abstractgenerator.py
asnobject.py
create_misp_object.py
csvloader.py
domainipobject.py
elfobject.py
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
load_warninglists.py
machoobject.py
microblogobject.py
neo4j.py
openioc.py
peobject.py
reportlab_generator.py
sbsignatureobject.py
sshauthkeyobject.py
stix.py
urlobject.py
vehicleobject.py
vtreportobject.py