Alexandre Dulaunoy
|
02bc129341
|
chg: [feeds] FIPS: when MD5 hashes are generated for fast-lookup it's not for security.
hashlib provides an option to tell if the hash is used for security or
not. By default, it's set to True. For the feed cache generation, it's
not. Then usedforsecurity=False
Ref: https://csrc.nist.gov/csrc/media/publications/fips/140/2/final/documents/fips1402annexa.pdf
|
2022-01-27 15:20:57 +01:00 |
Steve Clement
|
823553e389
|
Merge remote-tracking branch 'upstream/main' into main
|
2021-10-01 13:56:03 +09:00 |
Steve Clement
|
601d708c72
|
chg: [py] Typo
|
2021-10-01 13:55:16 +09:00 |
Raphaël Vinot
|
309eb3e8ab
|
fix: Do not create empty manifest, json load dislikes it.
|
2021-09-22 10:14:56 +02:00 |
Raphaël Vinot
|
7379d82734
|
fix: Initial round of cleanup on redis feed generator
|
2021-09-22 10:10:51 +02:00 |
Raphaël Vinot
|
fa536ee41e
|
fix: revert rename, fix mypy
|
2021-06-21 11:39:08 -07:00 |
Raphaël Vinot
|
481284dc12
|
chg: Update mypy, change accordingly
|
2021-06-21 11:20:41 -07:00 |
Jean-Louis Huynen
|
36ad91cb64
|
fix: [examples] typo uuid.
give me a hoodie.
|
2019-10-30 15:47:10 +01:00 |
Steve Clement
|
54a2e8657a
|
fix: [perms] Added try/except for various permission conditions, also create the output dir if not exist
fix: [try/except] Catch Ctrl-c keyboard interrupt
fix: [style] isort imports
|
2019-06-03 14:06:19 +09:00 |
Sami Mokaddem
|
b2d8ce83ce
|
Changed shebang to python3
|
2018-03-30 08:15:09 +02:00 |
Sami Mokaddem
|
d898bb3857
|
feature: Added support of MISP object constructor instead of the generic_generator
|
2018-03-12 15:17:25 +01:00 |
Sami Mokaddem
|
81d3532877
|
Added brief object description
|
2018-03-12 10:25:25 +01:00 |
Sami Mokaddem
|
e1a9fe1d85
|
Generator handles file flushing itself
|
2018-03-09 17:06:00 +01:00 |
Sami Mokaddem
|
f6828c4394
|
Added description of generator object
|
2018-03-09 15:51:26 +01:00 |
Sami Mokaddem
|
fdaa4c790c
|
Creation of the generator object which permit to easily add attributes
and objects to daily events, stored as a MISP feed.
Plus, script fromredis which pops queue element in redis to put them in
the feed
|
2018-03-09 15:31:13 +01:00 |