Commit Graph

2859 Commits (3b555ec2c78e50bce4b7006bbe0c4ac4cdaeb48f)

Author SHA1 Message Date
Andras Iklody 3b555ec2c7
Merge pull request #5014 from JakubOnderka/filter-cidr
Much faster IPv4 warninglists
2019-08-21 10:29:42 +02:00
Andras Iklody 9bef0560fc
Merge pull request #5030 from zaphodef/feature/delete_attribute_messages
duh, fix a typo
2019-08-20 17:02:43 +02:00
Pierre-Jean Grenier a5b9ec3907 duh, fix a typo 2019-08-20 17:00:21 +02:00
Andras Iklody fa300836ab
Merge pull request #5029 from zaphodef/feature/delete_attribute_messages
fix: Fix messages when we try to delete an attribute
2019-08-20 16:55:52 +02:00
Pierre-Jean Grenier 30c270a39b fix: Fix messages when we try to delete an attribute 2019-08-20 16:46:32 +02:00
Andras Iklody d2c7eb6b9b
Merge pull request #5006 from JakubOnderka/not-found-exception
fix: Replace not exists MethodNotFoundException with NotFoundException
2019-08-20 16:30:02 +02:00
Jakub Onderka c580b52e11
chg: [warning-list] Use different algorithm for IPv4 CIDR comparsion 2019-08-20 15:44:32 +02:00
Jakub Onderka 99adde7406 chg: [warning-list] Filter CIDR warning list before eval 2019-08-18 09:56:37 +02:00
Jakub Onderka 4d66609262 fix: [warninglist] Entries cache is properly deleted 2019-08-16 19:49:35 +02:00
Jakub Onderka 6b968895f0 chg: [warninglist] Do not check twice if key in cache exists 2019-08-16 19:27:23 +02:00
Jakub Onderka b50ffc9885 chg: [cache] Do not check if class exists when cache is already connected 2019-08-16 19:26:12 +02:00
iglocska 3bde3d8086
Revert "chg: [warning-list] Filter CIDR warning list before eval"
This reverts commit 20632d5e10.
2019-08-15 20:04:31 +02:00
iglocska e8c5dba4f3
new: [API] get a single server setting via /servers/getSetting/[setting_name], fixes #4964 2019-08-15 20:01:36 +02:00
Jakub Onderka 4ef9595023 fix: Replace not exists MethodNotFoundException with NotFoundException 2019-08-14 21:27:05 +02:00
iglocska de99495edf
fix: [API] sightings restSearch now accepts uuids as org_id, fixes #4992 2019-08-14 11:52:54 +02:00
iglocska 29484a2243
fix: [API] Adding an event without the info field set should never work, fixes #4984 2019-08-13 15:48:19 +02:00
iglocska ecfe1ee596
fix: [sharing groups] Fix the behaviour of roaming mode sharing groups, fixes #4983
- creating sharing groups without roaming mode and without any sharing group servers should automatically add the own server
- adapt the new roaming mode behaviour from a few months ago on push: No explicit roaming mode set means no push, even if no servers are added
2019-08-13 13:25:01 +02:00
iglocska 6b58b51bd3
fix: [Sharing groups] Various fixes to align the reported local instance URL as the external_baseurl if set, as opposed to always using the baseurl, fixes #4982 2019-08-13 13:00:24 +02:00
iglocska c5fe480745
chg: [logging] Truncate description lengths that would be longer than what the DB can store with the default setup 2019-08-13 12:03:30 +02:00
Andras Iklody fdf66029c5
Merge pull request #4971 from JakubOnderka/patch-5
fix: [warning-list] Split value just if type is malware-sample or contains `|` char
2019-08-11 10:52:25 +02:00
Jakub Onderka fdd4de6988 fix: [warning-list] Split value just if type is malware-sample or contains `|` char 2019-08-10 13:25:30 +02:00
iglocska 1cb9489839
fix: [sessions] Several minor fixes to the session handling
- cookieTimeout setting fixed
- moved the session massaging into a separate function
- added some translation calls for some of the setting errors involved
2019-08-09 15:57:15 +02:00
iglocska ff2f88236a
fix: [sync] Fixed an invalid massaging of object attributes before a sync
- on a push, object attributes were not correctly filtered out based on distribution settings
2019-08-09 13:39:48 +02:00
iglocska 0a98369688
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-09 11:34:20 +02:00
iglocska 647c640f06
new: [sync] Added a protection from receiving empty published events from other instances
- a temporary solution to some older, bugged instances emitting them
2019-08-09 11:33:31 +02:00
iglocska 79be07069f
chg: [indentation] small fix 2019-08-09 10:34:53 +02:00
Andras Iklody bf09668ab4
Merge pull request #4965 from JakubOnderka/patch-4
chg: [warning-list] Filter CIDR warning list before eval
2019-08-09 10:31:38 +02:00
Jakub Onderka 20632d5e10 chg: [warning-list] Filter CIDR warning list before eval 2019-08-08 18:42:03 +02:00
chrisr3d 3e732c7227 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-08-08 15:52:28 +02:00
chrisr3d b532907cfb
fix: [enrichment] Handling correctly comments at objects level
- Objects level comments were displayed but not
  handled at the end, they are now displayed,
  users can modify them as comments at attributes
  level, and they are handled then with the saved
  results
2019-08-08 15:50:09 +02:00
iglocska e699c56e92
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-08 14:35:23 +02:00
iglocska c3a0201195
new: [debug] Added an on-demand sync debug to assist some debug sessions
- very primitives, simply concatenates events to be pushed into a file
2019-08-08 14:34:20 +02:00
iglocska ff144ab783
fix: [internal] Double lookup during the pull resolved 2019-08-08 14:08:04 +02:00
Christophe Vandeplas 099558b61c new: reminder to run gen_misp_types_categories when model changes 2019-08-08 13:44:57 +02:00
iglocska e53a0046a9
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-07 15:04:51 +02:00
iglocska 3feee7e8d3
fix: [internal] testBoolFalse logic error fixed 2019-08-07 15:04:34 +02:00
iglocska 14685c45fb
fix: [API] Further fixes to /attributes/add 2019-08-06 16:33:16 +02:00
iglocska edf0657a1d
fix: [API] Fixes to the new attribute add 2019-08-06 16:01:09 +02:00
iglocska 786d53d30b
new: [API] Attribute add rework - WIP
- handle attribute creation in a unified manner via captureAttributes
2019-08-06 15:55:16 +02:00
iglocska 0641280074
fix: [API] Posting on taxonomies/update returns an exception if taxonomies have no numerical_value set, fixes #4899 2019-08-05 16:18:37 +02:00
iglocska 47ae244514
chg: [internal] Potential fix for a race condition generating orphaned attributes, fixes #4886
- This fix will avoid issues where the delay is introduced by the deferred start of the execution via the background workers
- deleting an event whilst data is being actively added will still not be interrupted
2019-08-05 15:50:34 +02:00
iglocska 98c297b659
fix: [UI] Empty objects threw a notice on the event view 2019-08-05 15:42:12 +02:00
iglocska 166fbf0da4
fix: [objects] Fix various issues with objects/edit
- value1 and value2 should not be included in the repsonse, fixes #4944
- fixed input being misunderstood in certain situations
2019-08-05 10:50:39 +02:00
iglocska d784903558
new: [internal] Default field list added for attributes
- let's try to standardised on things we output instead of doing it manually. It's a first step
2019-08-05 10:47:26 +02:00
iglocska 268cdf2417
chg: [types] email-subject added as a valid type for network activity
- used to describe outgoing e-mail subjects for exfiltration. Perhaps consider adding a new category for exfiltration altogether.
2019-08-05 09:43:29 +02:00
iglocska ccd07a8957
fix: [GalaxyCluster] relaxed the matching of cluster names to tags, fixes #4154 2019-08-02 16:28:08 +02:00
chrisr3d d746021b23 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2019-08-02 15:21:57 +02:00
chrisr3d d7695708cd
fix: [enrichment] Encrypting attribute data if encrypt field is set 2019-08-02 15:20:14 +02:00
iglocska d6692c44a0
new: [sync] Previewing a remote instance now passes pagination rules in the request instead of fetching the full data-set and paginating in memory
- fixes issues with empty preview pages
- massive performance boost
- requires the remote side to be the same version or newer
2019-08-02 14:42:23 +02:00
iglocska c79ae263eb
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-08-02 13:45:50 +02:00