Commit Graph

1468 Commits (fe1ea90b25773463ed2e6f0e8753a464cf9d148b)

Author SHA1 Message Date
Mathilde Oun et Vincent Gindt df3a6986ea Rendu projet master2 sécurité par Mathilde OUN et Vincent GINDT // Nouveau module misp de recherche google sur les urls 2020-02-21 12:05:41 +01:00
chrisr3d 27717c0400
fix: Making the module config available so the module works 2020-02-13 11:40:22 +01:00
Christian Studer 63a2183411
Merge pull request #371 from GlennHD/master
Added GeoIP_City and GeoIP_ASN Database Modules
2020-02-13 11:39:32 +01:00
GlennHD 0ed0ceab9d
Update geoip_asn.py 2020-02-12 23:48:38 -06:00
GlennHD bdb4185a0a
Update geoip_city.py 2020-02-12 23:48:20 -06:00
GlennHD 46f0f410e7
Added geoip_asn and geoip_city to load 2020-02-12 21:31:41 -06:00
GlennHD 0b9b6c4f41
Added GeoIP_ASN Enrichment module 2020-02-12 21:29:40 -06:00
GlennHD 7a3f9a422d
Added GeoIP_City Enrichment module 2020-02-12 21:28:41 -06:00
GlennHD 4e7192f735
Added GeoIP City and GeoIP ASN Info 2020-02-12 21:21:39 -06:00
Alexandre Dulaunoy 2a137f1631
Merge pull request #370 from JakubOnderka/vt-query-sha512
fix: [VT] Disable SHA512 query for VT
2020-02-09 00:17:20 +01:00
Jakub Onderka acdc4b9d03 fix: [VT] Disable SHA512 query for VT 2020-02-07 12:20:12 +01:00
Christian Studer b65237a0cb
Merge pull request #368 from andurin/lastline_verifyssl
Lastline verify_ssl option
2020-02-06 09:45:45 +01:00
Hendrik 8f9940200b Lastline verify_ssl option
Helps people with on-prem boxes
2020-01-27 07:46:48 +01:00
chrisr3d b2c8f79220
fix: Making pep8 happy 2020-01-24 15:17:35 +01:00
Christian Studer 1de6890152
Merge pull request #367 from joesecurity/master
joe: (1) allow users to disable PE object import (2) set 'to_ids' to False
2020-01-24 15:15:12 +01:00
Georg Schölly 04685ea63e joe: (1) allow users to disable PE object import (2) set 'to_ids' to False 2020-01-24 14:51:38 +01:00
chrisr3d 840ada484b Merge branch 'master' of github.com:MISP/misp-modules 2020-01-21 22:04:38 +01:00
chrisr3d f28aaf07c4
fix: [tests] Fixed BGP raking module test 2020-01-21 22:04:08 +01:00
Alexandre Dulaunoy 09cdc7277c
Merge pull request #365 from ostefano/analysis
change: migrate to analysis API when submitting files to Lastline
2020-01-21 14:15:22 +01:00
Stefano Ortolani 66bf650b79 change: migrate to analysis API when submitting tasks to Lastline 2020-01-21 11:32:05 +00:00
Christian Studer c0bcb5ab4a
Merge pull request #364 from cudeso/master
2nd fix for VT Public module
2020-01-21 10:01:54 +01:00
Koen Van Impe 036933ea14 2nd fix for VT Public module 2020-01-17 11:26:35 +01:00
Koen Van Impe 610c99ce7b Fix error message in Public VT module 2020-01-17 10:58:31 +01:00
chrisr3d a88f19942f
new: Updated ipasn and added vt_graph documentation 2020-01-10 16:19:00 +01:00
chrisr3d 31a74a10c1
fix: Fixed ipasn test input format + module version updated 2020-01-10 15:37:54 +01:00
chrisr3d 8db9891c83
fix: Updated ipasn test following the latest changes on the module 2020-01-10 15:12:52 +01:00
chrisr3d b3bc533bc3
chg: Making ipasn module return asn object(s)
- Latest changes on the returned value as string
  broke the freetext parser, because no asn number
  could be parsed when we return the full json
  blob as a freetext attribute
- Now returning asn object(s) with a reference to
  the initial attribute
2020-01-10 15:02:59 +01:00
chrisr3d 35c438e6ee
fix: typo 2020-01-10 10:38:12 +01:00
chrisr3d f5452055f6
fix: Fixed vt_graph imports 2020-01-10 10:31:52 +01:00
chrisr3d f197abdcf6
chg: Bumped pipfile.lock with up-to-date libraries and new vt_graph_api library requirement 2020-01-09 16:04:29 +01:00
chrisr3d 70b3079aa3
fix: Fixed pep8 in the new module and related libraries 2020-01-09 16:01:18 +01:00
chrisr3d 7722e2cb93
fix: Fixed typo on function import 2020-01-09 15:28:33 +01:00
Christian Studer 7c2b001df3
Merge pull request #361 from VirusTotal/master
add vt_graph export module
2020-01-09 14:51:09 +01:00
Alvaro Garcia 3207ceca04 Add vt-graph-api to the requirements 2020-01-09 12:39:43 +00:00
Alexandre Dulaunoy 91795982be
Merge pull request #360 from ec4n6/patch-1
Fix ipasn.py bug
2020-01-09 11:08:28 +01:00
Alvaro Garcia 10b4e78704 add vt_graph export module 2020-01-09 09:57:46 +00:00
Erick Cheng bfcba18e3c
Update ipasn.py 2020-01-07 18:58:40 +01:00
chrisr3d cf5ad29f27
chg: Checking attributes category
- We check the category before adding the
  attribute to the event
- Checking if the category is correct and if not,
  doing a case insensitive check
- If the category is not correct after the 2 first
  tests, we simply delete it from the attribute
  and pymisp will give the attribute a default
  category value based on the atttribute type, at
  the creation of the attribute
2020-01-07 17:03:10 +01:00
chrisr3d 0d80d5fdfa
fix: [doc] Added APIVoid logo 2019-12-19 17:06:23 +01:00
chrisr3d 9679fed7b5
add: Documentation for the new API Void module 2019-12-19 09:24:16 +01:00
chrisr3d 0d3e61dc4d
add: [tests] Test case for the APIVoid module 2019-12-18 23:04:36 +01:00
chrisr3d 7945d060ff
new: Enrichment module for querying APIVoid with domain attributes 2019-12-18 17:11:13 +01:00
chrisr3d 2fc0b44b90
fix: Making pep8 happy with whitespace after ':' 2019-12-18 16:16:47 +01:00
chrisr3d 0f45540815
fix: [tests] With values, tests are always better ... 2019-12-18 14:54:56 +01:00
chrisr3d 6a041bc3ee Revert "fix: [tests] Fixed copy paste issue"
This reverts commit fd711475dd.
2019-12-17 23:46:37 +01:00
chrisr3d fd711475dd
fix: [tests] Fixed copy paste issue 2019-12-17 17:00:03 +01:00
chrisr3d c41545debb
fix: [tests] Fixed error catching in passive dns and ssl modules 2019-12-17 16:46:26 +01:00
chrisr3d 2fc9171a3f
fix: [tests] Avoiding issues with btc addresses 2019-12-17 16:32:29 +01:00
chrisr3d 3007761a55
fix: Making pep8 happy by having spaces around '+' operators 2019-12-17 16:31:53 +01:00
chrisr3d aa721acfd9
fix: [tests] Added missing variable 2019-12-17 15:47:22 +01:00