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 chg: Add i8n for pdfexport, without all the fonts in the main repo 2019-03-04 16:06:38 -08:00
__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 chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
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 chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
elfobject.py fix: Make lief optional again 2020-02-07 11:51:48 +01:00
emailobject.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
ext_lookups.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
fail2banobject.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
feed.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
fileobject.py Previously file object was reporting the libmagic description of a file 2020-06-14 10:48:29 -06:00
genericgenerator.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
geolocationobject.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
git_vuln_finder_object.py new: Add helper and test case for GitVulnFinderObject 2020-05-26 15:37:24 +02:00
load_warninglists.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
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 chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
openioc.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
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 chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
sshauthkeyobject.py fix: Make flake8 happy 2020-05-12 11:34:38 +02:00
stix.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
urlobject.py chg: Refactorize typing, validate 2020-01-23 10:27:40 +01:00
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