deku
c8d633f15b
Add feed option for local tag exclusion #817
2022-01-19 21:30:30 +00:00
Raphaël Vinot
75cb39e0ca
fix: Make mypy happy
2022-01-13 08:32:30 +01:00
Raphaël Vinot
a3634742b3
chg: Bump deps, objects
2022-01-13 08:18:38 +01:00
Raphaël Vinot
ae3c358dca
chg: Bump version
2021-12-22 11:08:46 +01:00
Raphaël Vinot
43296cce45
chg: Bump deps, object templates
2021-12-22 11:07:38 +01:00
Raphaël Vinot
e803d1358d
chg: Bump objects templates
2021-12-20 13:18:30 +01:00
Raphaël Vinot
5e1e2b532f
chg: Bump misp-objects
2021-12-20 12:05:32 +01:00
Raphaël Vinot
bc37a03174
fix: Update live tests to support proper format of SGs
2021-11-30 11:41:53 +01:00
Christophe Vandeplas
afedd8d90b
fix: [sharinggroups] Fixes wrong model for SharingGroupOrg
2021-11-30 10:43:44 +01:00
Christophe Vandeplas
38105f68b0
fix: [feed-generator] code style fixes
2021-11-29 16:35:12 +01:00
Christophe Vandeplas
dd5b448760
fix: [feed-generator] keeping function compatibility
2021-11-29 16:26:57 +01:00
Christophe Vandeplas
a9970d3078
chg: [feed-generator] support for distribution and sharing groups
2021-11-29 15:54:34 +01:00
Raphaël Vinot
a6fd8ca4b2
chg: Bump version
2021-11-19 01:52:14 -08:00
Raphaël Vinot
474794992b
chg: Bump misp-objects
2021-11-17 11:50:01 -08:00
Sami Tainio
25fb7b5a28
chg: Removed a whitespace
2021-11-01 13:41:51 +02:00
Sami Tainio
8772c1fa5e
new: Add Blind Carbon Copy (bcc) headers
2021-11-01 13:35:39 +02:00
Raphaël Vinot
f85ccb3e19
Merge pull request #802 from MISP/JakubOnderka-patch-2
...
fix: PyMISP.get_user_setting method
2021-10-28 16:34:43 -04:00
Raphaël Vinot
a16aa03872
chg: Keep strict and generate attributes when needed
2021-10-28 16:29:27 -04:00
Raphaël Vinot
7e9490e12e
chg: Slight changes regarding timezones
2021-10-28 16:21:08 -04:00
Thomas Dupuy
c82dd6848f
chg: Unified constructors
2021-10-27 14:27:38 -04:00
Alexandre Dulaunoy
b212894152
chg: [types] remove the duplicate
2021-10-26 21:55:37 +02:00
Alexandre Dulaunoy
17b288d9ca
chg: [describeTypes] remove duplicate filename-pattern
2021-10-26 16:28:31 +02:00
Alexandre Dulaunoy
3b90ab722e
chg: [misp-objects] updated
2021-10-26 16:26:28 +02:00
Alexandre Dulaunoy
772bb52760
Merge branch 'main' of github.com:MISP/PyMISP into main
2021-10-26 11:43:36 +02:00
Alexandre Dulaunoy
4e495935b8
chg: [describeTypes] updated to include ssh-fingerprint
2021-10-26 11:42:26 +02:00
Jakub Onderka
74196ee96f
fix: PyMISP.get_user_setting method
2021-10-25 22:51:28 +02:00
Alexandre Dulaunoy
91f6c1e4b3
chg: [misp-objects] updated to the latest version
2021-10-25 15:40:38 +02:00
Raphaël Vinot
ec4172dfba
Merge pull request #795 from tomking2/feature/sharing_group_improvements
...
Improve sharing groups, new get_sharing_group and return sharing group orgs
2021-10-14 14:51:11 +02:00
Raphaël Vinot
e84d5a11f3
Merge pull request #794 from tomking2/feature/org_user_search
...
chg: Add ability to search against orgs and users by freetext search (both) or organisation (users)
2021-10-14 14:46:34 +02:00
Jakub Onderka
5064107093
Merge pull request #783 from JakubOnderka/fixes-149
...
Changes for upcoming MISP 2.4.150
2021-10-08 16:38:50 +02:00
Raphaël Vinot
e07321bfa9
fix: Missing import in __init__
...
Fix #796
2021-10-08 15:43:16 +02:00
Tom King
a56e344a21
fix: Fix final nosetest
2021-10-04 11:56:13 +01:00
Tom King
b3dee88fab
fix: Fix nosetests
2021-10-04 11:52:35 +01:00
Tom King
c120db02b8
chg: Improve sharing groups, bring back organsations included and ability to get specific SG
2021-10-04 11:41:36 +01:00
Tom King
43d8cdff4a
chg: Add ability to search against orgs and users by freetext search (both) or organisation (users)
2021-10-04 11:39:43 +01:00
Raphaël Vinot
21dd71bf4b
chg: Bump misp-objects
2021-09-30 11:16:03 +02:00
Raphaël Vinot
54d38df6dc
fix: message_from_bytes really dislikes newline at the beginning of a mail
2021-09-30 11:16:03 +02:00
Sami Tainio
f6c8e2ad0d
Remove unicode to ascii parts
2021-09-28 16:42:15 +03:00
Sami Tainio
2fb354a938
Fix #787 and add Unicode to ASCII function
...
Fix #787
- Uses regex to pick up the hostnames/domains from the "Received: from" headers.
Unicode to ASCII function
- Spam messages more often than not contain junk text as unicode characters in the headers. The "from" and "subject" headers being the most common ones. Before this change the script would error on such emails or sometimes replace the unicode characters with questionmarks "?".
- Function takes argument as an input and then encodes it in ascii while ignoring any malformed data. It then returns an ASCII string without the unicode characters.
- Currently implemented for "from" and "subject" handling.
2021-09-28 14:50:17 +03:00
Raphaël Vinot
d44847b63a
fix: skip IPs in Received header
...
Related: #787
2021-09-27 10:27:14 +02:00
Alexandre Dulaunoy
28b016ace1
Merge branch 'main' of github.com:MISP/PyMISP into main
2021-09-24 15:39:56 +02:00
Alexandre Dulaunoy
bf8c8711ab
chg: [misp-objects] updated to the latest version
2021-09-24 15:39:35 +02:00
Raphaël Vinot
9fc4d90454
new: Add few keys to email object creator
...
Fix #787
2021-09-23 17:10:27 +02:00
Alexandre Dulaunoy
06d034947d
chg: [misp-objects] updated to the latest version
2021-09-15 13:31:30 +02:00
Raphaël Vinot
253730759a
fix: Upload of STIX document with non-ascii characters
...
Due to: https://github.com/psf/requests/issues/5560
TL;DR: a variable of type str passed to data in a POST request will be
silently re-encoded to ISO-8859-1, making MISP barf on the other side.
2021-09-09 16:58:27 +02:00
Raphaël Vinot
0bdfb3892d
chg: Bump live tests
2021-09-07 14:26:22 +02:00
Jakub Onderka
e227cd970b
fix: [types] Update types to use `filename-pattern` type
2021-08-31 16:57:54 +02:00
Alexandre Dulaunoy
90e988cf48
chg: [misp-objects] updated to the latest version
2021-08-27 11:02:30 +02:00
Christophe Vandeplas
d82a50efb7
chg: [types] updated types/categories mapping
2021-08-20 08:42:00 +02:00
Raphaël Vinot
6f7157cf26
chg: Bump objects template
2021-08-05 11:34:20 +02:00