Commit Graph

44 Commits (9893a0839fb0f6981ce891895a5c5ccdfb50a25e)

Author SHA1 Message Date
iglocska 2d0259ce13 fix: [CS] coding standards script re-run 2018-11-23 14:11:33 +01:00
iglocska 7a01de5359 new: [API] Added a way to use the API to throw values at the warninglist for quick evaluations of the values 2018-10-16 17:57:14 +02:00
iglocska a81894f14c chg: [CS] Changed to PSR-2
- to make contributions easier, adopted PSR-2
- used php-cs-fixer to rework the style
- *sniff sniff* Goodbye tab indentation
2018-07-19 11:48:22 +02:00
iglocska 51142f0e0f fix: [performance API] fix performance issues with warninglists via the API 2018-06-04 23:10:53 +02:00
iglocska 5b53eb49f8 new: [performance] Massive performance gains for the warninglists 2018-06-04 23:00:07 +02:00
iglocska 5795b1974a new: Added warning about missing warninglists used for TLD resolution in the freetext import tool
- following the twitter feedback
2018-04-26 18:57:00 +02:00
iglocska 98e07175a8 new: Add regex type to warninglists 2018-01-20 08:15:02 +01:00
iglocska 85a89a3da6 fix: Some fixes to the hostname parsing for warninglists 2017-12-22 14:31:15 +01:00
iglocska dba77b4762 fix: Fixed various warninglist performance issues for updating 2017-12-22 14:11:00 +01:00
iglocska 2006d20326 fix: Fixed various warninglist issues
- no more mysql packet size issues on ingestion
- much hfaster ingestion of warninglists
- delete warninglists from the UI
2017-12-22 13:15:22 +01:00
iglocska 53ff0b926b fix: Inverted check on filterwarninglistAttributes causing the warninglist not to be adhered to correctly 2017-12-20 09:35:47 +01:00
iglocska fd45eed6c4 chg: Added .onion to the TLD list for the complext type tool 2017-09-26 09:14:00 +02:00
iglocska 8cd31dd76c new: Further work on the object UI
- refactoring
- added objects fields to object rows
- nested rows within the object
- massive cleanup
2017-08-02 23:01:12 +02:00
iglocska 3d74dbee28 new: First round of massive performance tuning (tm)(c)
- Make MISP fast again
2017-06-09 15:38:45 +02:00
iglocska 97d5e2d115 fix: Freetext import shouldn't require the TLD containing warninglists to be enabled
- as long as it exists it will be used, no need to enable it any longer
2017-03-27 10:48:45 +02:00
iglocska f2e4c1d767 fix: warning-list for empty hashes doesn't work on malware-sample even if the warning list is for ALL, fixes #1837 2017-02-01 21:34:59 +01:00
Iglocska ec8596bf4a fix: Fixed the hacky solution for hostname evaluation in warninglists 2017-01-22 19:23:33 +01:00
Iglocska 1f32bc28e6 new: New warninglist type: hostname
- use lists designated as hostname lists (which can be domains too)
2017-01-19 18:02:31 +01:00
Iglocska 31b6ffd625 new: Allow the new type "substring" to be used for warninglists 2017-01-18 12:12:28 +01:00
iglocska 6bf03c038a chg: Exposed the new warninglist override via APIs and moved the lookup method to the warninglist model 2016-12-19 10:01:14 +01:00
iglocska 39d2f6d12f fix: Fixed an issue with the warninglist detection 2016-12-09 10:56:16 +01:00
Iglocska c2fc803fed chg: Use the TLD lists from the warninglists, fixes #1149
- simply load any enable warninglist entries from the pre-defined TLD warninglists
- Pass the resulting array to the complex type tool
- during domain type heuristics, if the TLD list is not empty use the supplied list
- alternatively generate a list based on the old TLD rules
- does not alter any functionality otherwise
2016-10-25 22:23:01 +02:00
Cristian Bell 5be1e17bce Revert "fix: missing new TLDs in free text import, solves #1149 (#1574)"
This reverts commit e3bb9d3a42.
2016-09-27 16:38:35 +02:00
Cristian Bell e3bb9d3a42 fix: missing new TLDs in free text import, solves #1149 (#1574)
* fix: missing new TLDs in free text import, solves #1149
2016-09-27 15:53:43 +02:00
Andreas Ziegler 25e52a6786 chg: remove some references to variables 2016-09-15 17:08:58 +02:00
iglocska b9d62204a0 fix: removed debug from previous commit 2016-08-26 17:25:33 +02:00
iglocska 2a7facd52f fix: Resolved slow ingestion of warninglists
- switched to a more direct database access approach for the warninglist entry insertion
2016-08-26 17:23:24 +02:00
iglocska 822b0bf8fa chg: Cleanup of the controllers and models
- removed incorrect, useless boiler plate comments
- kept useful comments intact
- added some missing line breaks to make the codebase a bit more uniform
- removed some obviously obsolete TODO comments
2016-08-25 11:38:37 +02:00
Andreas Ziegler fb655c2ff9 chg: use 1/0 not true/false for conditions & other boolean sqlquery elements 2016-08-17 18:52:22 +02:00
Andreas Ziegler a0b661eecb chg: remove obsolete functions 2016-06-27 18:00:39 +02:00
Andreas Ziegler 0fe692c56a remove whitespace at end of line 2016-06-04 01:10:45 +02:00
Andreas Ziegler 898ea1d97c remove whitespace (space/tab) from empty lines 2016-06-04 01:08:16 +02:00
Andreas Ziegler 5a5783d8c7 remove/update obsolete code 2016-05-31 18:12:48 +02:00
Andreas Ziegler 9fffb1b951 remove unused functions 2016-05-31 18:12:32 +02:00
Andreas Ziegler 08c5e5a70d explicit function call 2016-05-31 18:06:37 +02:00
Andreas Ziegler 8a9ffc1f9b remove obsolete space from: File ( 2016-05-31 18:03:59 +02:00
Andreas Ziegler b746763dfe reformatting, indention, comment fixes 2016-05-31 17:34:46 +02:00
Andreas Ziegler b7f0dae7d8 fix: wrong variable name in __ipv6InCidr() 2016-05-23 22:16:57 +02:00
Iglocska f7d3863cca Polished the event level warnings
- nice warning box on the right side
- warninglists that cause a clash are now URLs
2016-04-23 00:24:30 +02:00
Iglocska 4239e268ea Single transaction for saving all values of a warninglists from file 2016-04-22 15:23:37 +02:00
Iglocska a1a27da0cf First version of the warnings finished 2016-04-22 15:03:20 +02:00
Iglocska 1e03ebc1ac Further progress 2016-04-22 10:38:13 +02:00
Iglocska 28aa0728bf Further progress 2016-04-22 02:24:08 +02:00
Iglocska f8005ac1aa Warninglists WIP 2016-04-21 22:58:49 +02:00