Commit Graph

849 Commits (0189a117a3c2839e73173e69f1e0659df1c4bd02)

Author SHA1 Message Date
Hannah Ward 5372f50298
Travis should now use the master branch 2016-11-21 14:43:29 +00:00
Hannah Ward eb538810ac
Maybe it'll take the git repo now? 2016-11-21 14:31:48 +00:00
Hannah Ward 35538b4e87
Added pymisp to reqs 2016-11-21 14:08:20 +00:00
Hannah Ward 454c450abd
Don't cache anything pls travis 2016-11-21 13:13:24 +00:00
Hannah Ward 1f49f36205
Removed unneeded modules 2016-11-21 13:05:07 +00:00
Hannah Ward 0dfea44001
Use SpooledTemp, not NamedTemp file 2016-11-21 11:57:04 +00:00
Alexandre Dulaunoy b35c0ae4de VMRay import module added 2016-11-21 12:09:44 +01:00
Raphaël Vinot e78e008aa3 Merge pull request #72 from FloatingGhost/master
Migrated stiximport to use misp-stix-converter
2016-11-21 12:06:16 +01:00
Hannah Ward c567d1e6f2
Moved to misp_stix_converter 2016-11-21 10:59:30 +00:00
Raphaël Vinot 4e2b1b217c Merge pull request #70 from cudeso/master
Submit malware samples
2016-11-21 10:43:29 +01:00
Koen Van Impe 3253d92b42 Submit malware samples
_submit now includes malware samples (zipped content from misp)
_import checks when no vti_results are returned + bugfix
2016-11-18 18:23:52 +01:00
Raphaël Vinot 5624104b77 Fix STIX import module 2016-11-15 16:47:17 +01:00
Raphaël Vinot c676587461 Multiple clanges in the vmray modules.
* Generic fix to load modules requiring a local library
* Fix python3 support
* PEP8 related cleanups
2016-11-15 16:43:11 +01:00
Andras Iklody ddcc1ae6e6 Merge pull request #68 from cudeso/master
VMRay Import & Submit module
2016-11-13 16:50:59 -05:00
Koen Van Impe adda9562c0 VMRay Import & Submit module
* First commit
* No support for archives (yet) submit
2016-11-13 21:43:59 +01:00
Alexandre Dulaunoy ede0dcdd60 Merge pull request #59 from rgraf/master
label replaced by text, which is existing attribute
2016-10-23 15:10:54 +02:00
seamus tuohy 5033b1a9ca Added email meta-data import module.
This email meta-data import module collects basic meta-data from an e-mail
and populates an event with it. It populates the email subject, source
addresses, destination addresses, subject, and any attachment file names.
This commit also contains unit-tests for this module as well as updates to
the readme. Readme updates are additions aimed to make it easier for
outsiders to build modules.
2016-10-22 17:13:20 -04:00
Roman Graf 03b6fd7b74 label replaced by text, which is existing attribute 2016-10-11 14:48:59 +02:00
Alexandre Dulaunoy d7137221db Chg: wikidata module added 2016-10-07 16:21:54 +02:00
Alexandre Dulaunoy 2581c09c77 Chg: SPARQLWrapper added (for wikidata module) 2016-10-07 16:20:47 +02:00
Alexandre Dulaunoy 76f9d9b9e3 Merge pull request #58 from rgraf/master
Added expansion for Wikidata.
2016-10-07 16:15:48 +02:00
Roman Graf d4370fc0e3 Added expansion for Wikidata. Analyst can query Wikidata by label to get additional information for particular term. 2016-10-07 12:57:01 +02:00
Andreas Muehlemann 42fc574f85 added pygeoip to the REQUIREMENTS list 2016-09-28 17:00:11 +02:00
Andreas Muehlemann a568d1a1b3 updated geoip_country to __init__.py 2016-09-28 14:06:18 +02:00
Andreas Muehlemann 4bc76acd37 added geoip_country.py 2016-09-28 14:05:43 +02:00
Raphaël Vinot 3b2ccd8d03 Merge pull request #55 from amuehlem/reversedns
added new module reversedns.py, added reversedns to __init__.py
2016-09-22 13:03:44 +02:00
Andreas Muehlemann 985f9de800 added new module reversedns.py, added reversedns to __init__.py 2016-09-22 11:42:52 +02:00
Alexandre Dulaunoy 3b8717f3bf Merge pull request #53 from MISP/Rafiot-patch-1
Dump host info as text
2016-09-15 15:59:40 +02:00
Raphaël Vinot a0cce11964 Dump host info as text 2016-09-15 15:59:08 +02:00
Raphaël Vinot ea2f106b00 Fix typo 2016-09-15 15:32:13 +02:00
Alexandre Dulaunoy b9ae858f8d Merge pull request #52 from Rafiot/master
Add simple Shodan module
2016-09-15 15:25:13 +02:00
Raphaël Vinot 43834b6d51 Add simple Shodan module 2016-09-15 15:11:04 +02:00
Alexandre Dulaunoy fb7411aa32 Merge pull request #49 from FloatingGhost/master
Removed useless pickle storage of stiximport
2016-09-06 15:22:00 +02:00
Hannah Ward 0521833c65
Removed useless pickle storage of stiximport 2016-09-06 14:12:09 +01:00
Alexandre Dulaunoy f0c2e38c40 Create LICENSE 2016-09-05 07:26:29 +02:00
Andras Iklody 92726085da Update README.md 2016-09-02 11:15:39 +02:00
Alexandre Dulaunoy 496b3802f5 Typo fixed 2016-09-01 20:35:18 +02:00
Alexandre Dulaunoy 545e057298 CEF export module added 2016-09-01 20:30:23 +02:00
Alexandre Dulaunoy a9b95095c0 cef_export module added 2016-09-01 20:22:33 +02:00
Alexandre Dulaunoy 2df8bf970e Merge pull request #47 from FloatingGhost/CEF_Export
CEF export, fixes in CountryCode, virustotal
2016-09-01 19:39:16 +02:00
Hannah Ward 4f923d6606
Removed silly subdomain module 2016-09-01 16:14:25 +01:00
Raphaël Vinot d55b15fa9c Merge branch 'master' of github.com:MISP/misp-modules 2016-08-25 17:36:51 +02:00
Raphaël Vinot c69fae087c Add timeout for the modules, cleanup. 2016-08-25 17:36:28 +02:00
Raphaël Vinot 5217a02ea9 Merge pull request #46 from Rafiot/master
Make misp-modules really asynchronous
2016-08-24 10:38:23 +02:00
Raphaël Vinot 1034f73479 Fix python 3.3 and 3.4 2016-08-24 10:24:42 +02:00
Raphaël Vinot c822c2df9c Make misp-modules really asynchronous 2016-08-24 00:22:03 +02:00
Raphaël Vinot d6388e1c52 Improve tornado parallel 2016-08-23 18:02:29 +02:00
Hannah Ward 4e3300d66c
Added CEF export module 2016-08-22 14:18:19 +01:00
Alexandre Dulaunoy 6ba2731eb5 coroutine decorator added to post handler 2016-08-21 10:21:00 +02:00
Hannah Ward a492d975c4
Now searches within observable_compositions 2016-08-19 17:21:12 +01:00