Commit Graph

275 Commits (4a8ccb54fba29736a3600677b28814d41d7d6f98)

Author SHA1 Message Date
Iglocska e61ebcddd5 Added skeleton structure for new modules 2016-06-18 18:27:37 +02:00
Raphaël Vinot ef6e3b27f8 Proper testcases 2016-06-18 15:09:42 +09:00
Raphaël Vinot 0752c5e3f4 Make it a package 2016-06-18 11:04:41 +09:00
Alexandre Dulaunoy f592fd785a Fix: stupid off-by-n line... 2016-06-14 04:44:32 +02:00
Alexandre Dulaunoy a540b18258 Fixed a bug introduced by previous commit if started from the current directory. 2016-06-14 04:24:37 +02:00
Alexandre Dulaunoy ae357b56c6 Merge pull request #26 from Rafiot/master
Automatic chdir when the modules are started
2016-06-14 04:20:20 +02:00
Raphaël Vinot 01d9e5388a Automatic chdir when the modules are started 2016-06-14 11:07:39 +09:00
Alexandre Dulaunoy 0813aaa273 Merge pull request #25 from eu-pi/eupi_expansion_fix
[EUPI] Fix expansion for empty EUPI response
2016-06-08 21:44:39 +02:00
Rogdham 3c69398551 [EUPI] Fix expansion for empty EUPI response
Offer no enrichment instead of displaying an error message
2016-06-08 17:52:11 +02:00
Alexandre Dulaunoy 2965433ffc Merge pull request #24 from eu-pi/eupi_hover
[EUPI] Change module for a simple hover status
2016-06-07 15:13:27 +02:00
Rogdham c055f4e68c [EUPI] Simplify hover 2016-06-07 10:34:53 +02:00
Raphaël Vinot a6a09e9553 Merge pull request #23 from Rafiot/master
[EUPI] Return error message if unknown
2016-05-13 11:57:32 +02:00
Raphaël Vinot 16231782e8 [EUPI] Return error message is unknown 2016-05-13 11:56:12 +02:00
Raphaël Vinot 927e35b667 Merge pull request #22 from Rafiot/master
[EUPI] Do not return empty results
2016-05-13 11:45:46 +02:00
Raphaël Vinot 35a5a72f94 [EUPI] Do not return empty results 2016-05-13 11:44:35 +02:00
Alexandre Dulaunoy 6f033a6714 ASN History added 2016-05-08 16:33:54 +02:00
Raphaël Vinot 68b05c5e18 Merge pull request #21 from Rafiot/master
[ASN description] Fix input type
2016-05-08 14:36:39 +02:00
Raphaël Vinot 5703b9c0f3 [ASN description] Fix input type 2016-05-08 14:28:03 +02:00
Raphaël Vinot c4a54df5ad Merge pull request #20 from Rafiot/master
Add ASN Description expansion module
2016-05-08 13:33:47 +02:00
Raphaël Vinot d2a1cfd3af Add ASN Description expansion module 2016-05-08 13:07:09 +02:00
Raphaël Vinot 535dd3ba4f Merge pull request #19 from Rafiot/master
Fix last commit
2016-05-04 13:33:49 +02:00
Raphaël Vinot cdbbaac71e Fix last commit 2016-05-04 13:33:26 +02:00
Raphaël Vinot 1a286a89ed Merge pull request #18 from Rafiot/master
Improve rendering of IP ASN
2016-05-04 13:28:00 +02:00
Raphaël Vinot 7813416128 Improve rendering of IP ASN 2016-05-04 13:17:12 +02:00
Raphaël Vinot 23ca2a94c6 Merge pull request #17 from Rafiot/master
Fix again IPASN module
2016-05-04 12:52:39 +02:00
Raphaël Vinot 5eac88673c Fix again IPASN module 2016-05-04 12:52:01 +02:00
Raphaël Vinot 514bb4b695 Merge pull request #16 from Rafiot/master
Fix IPASN module
2016-05-04 12:35:43 +02:00
Raphaël Vinot 789c8a25f3 Fix IPASN module 2016-05-04 12:33:21 +02:00
Alexandre Dulaunoy 8b94e3bd79 ipasn module added 2016-05-03 23:18:45 +02:00
Alexandre Dulaunoy ff37a8d679 Merge pull request #15 from Rafiot/master
Add IPASN history module
2016-05-01 21:22:11 +02:00
Raphaël Vinot ac1eb522c3 Add IPASN history module 2016-05-01 12:09:33 +02:00
Alexandre Dulaunoy 5dfb7ccd3c Merge pull request #14 from eu-pi/listen-addr
Add option to specify listen address
2016-04-29 10:23:12 +02:00
Rogdham ed26367652 Add option to specify listen address 2016-04-29 10:15:24 +02:00
Alexandre Dulaunoy a0463bc19c EUPI module added 2016-04-28 17:01:12 +02:00
Raphaël Vinot e826eb3d69 Merge pull request #13 from Rafiot/master
Fix eupi module
2016-04-28 16:32:58 +02:00
Raphaël Vinot 5014e0fb6c Fix eupi module 2016-04-28 16:31:55 +02:00
Raphaël Vinot dc129cf8c5 Merge pull request #12 from Rafiot/master
Add EUPI module
2016-04-28 14:50:27 +02:00
Raphaël Vinot ba1b7ffb80 Add redis server 2016-04-28 14:26:30 +02:00
Raphaël Vinot 33fc5503a3 Add EUPI module 2016-04-28 14:21:39 +02:00
Alexandre Dulaunoy e3fad8be20 Skip modules that cannot import 2016-04-26 16:40:03 +02:00
Alexandre Dulaunoy b5c113fe4c Skip dot files 2016-04-26 16:36:26 +02:00
Alexandre Dulaunoy 56f63ce922 Value is not required 2016-04-19 07:57:36 +02:00
Alexandre Dulaunoy 4e9f1bc395 Cache helper added
The cache helper is a simple helper to cache data
in Redis back-end. The format in the cache is the following:
m:<module name>:sha1(key) -> value. Default expiration is 86400 seconds.
2016-04-19 07:48:06 +02:00
Alexandre Dulaunoy be1962195b Skeleton for misp-modules helpers added
Helpers will support modules with basic functionalities
like caching or alike.
2016-04-18 08:34:07 +02:00
Alexandre Dulaunoy 7517485227 option -p added to specify the TCP port of the misp-modules server 2016-04-18 07:20:52 +02:00
Alexandre Dulaunoy 778daf2f05 intelmq req. removed 2016-04-12 17:48:29 +02:00
Alexandre Dulaunoy 2d89840dfe argparse used for the test mode 2016-04-12 09:37:02 +02:00
Alexandre Dulaunoy 7e8ef9bfb9 Deleted 2016-04-12 09:29:09 +02:00
Alexandre Dulaunoy 2454f046e8 intelmq is an experimental module (not production ready) 2016-04-12 09:27:10 +02:00
Raphaël Vinot 88d9f0d75a Merge pull request #11 from Rafiot/master
Fix test mode
2016-04-12 09:20:30 +02:00