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
chrisr3d
3f7ee7c1a2
add: Test cases for reworked passive dns and ssl modules
2019-12-17 15:19:29 +01:00
chrisr3d
5f90ae776f
fix: Making pep8 happy
2019-12-17 14:29:29 +01:00
chrisr3d
ae9e6d0a25
Merge branch 'master' of github.com:MISP/misp-modules into new_module
2019-12-17 11:23:30 +01:00
chrisr3d
306e9f320f
chg: Regenerated the modules documentation following the latest changes
2019-12-17 11:22:33 +01:00
chrisr3d
fd5e9e0cf6
chg: Updated documentation following the latest changes on the passive dns module
2019-12-17 11:21:39 +01:00
chrisr3d
b8d6141cb7
chg: Made circl_passivedns module able to return MISP objects
2019-12-17 11:18:21 +01:00
chrisr3d
9c9f01b6ff
fix: Quick variable name fix
2019-12-17 11:17:56 +01:00
chrisr3d
9da6a3744c
chg: Updated documentation following the latest changes on the passive ssl module
2019-12-17 10:35:05 +01:00
chrisr3d
6849daebfa
chg: Made circl_passivessl module able to return MISP objects
2019-12-17 10:26:43 +01:00
Raphaël Vinot
adda243c33
fix: Missing dependency in travis
2019-12-17 10:19:09 +01:00
Raphaël Vinot
e063c2a283
fix: Properly install pymisp with file object dependencies
2019-12-17 10:06:50 +01:00
Raphaël Vinot
772822a903
fix: OTX tests were failing, new entry.
2019-12-10 11:28:01 +01:00
Raphaël Vinot
e880191b10
chg: Bump dependencies
2019-12-08 19:39:44 +01:00
Raphaël Vinot
b70c32af7b
fix: Somewhat broken emails needed some love
2019-12-05 19:11:07 +01:00
Raphaël Vinot
6fcd9c9b8d
fix: MIssing parameter in skip
2019-12-04 17:46:09 +01:00
Raphaël Vinot
5b1ac3dc51
fix: missing pushd
2019-12-04 17:34:34 +01:00
Raphaël Vinot
5d415bb8f2
fix: Missing sudo
2019-12-04 17:24:24 +01:00
Raphaël Vinot
1e1b18fe12
chg: Install faup in travis
2019-12-04 17:15:22 +01:00
Raphaël Vinot
7048f01633
chg: deactive emails tests, need update
2019-12-04 17:03:16 +01:00
Raphaël Vinot
6f95445143
chg: Update email import module, support objects
2019-12-04 15:25:01 +01:00
Raphaël Vinot
2b8a2d03cd
chg: Bump dependencies
2019-12-04 15:24:16 +01:00
Alexandre Dulaunoy
aa39567587
Merge pull request #356 from ostefano/lastline
...
add: Modules to query/import/submit data from/to Lastline
2019-12-03 06:47:26 +01:00
Stefano Ortolani
f749578525
add: Modules to query/import/submit data from/to Lastline
2019-12-02 19:09:40 +00:00
Raphaël Vinot
9744c1e0a5
Revert "Merge pull request #341 from StefanKelm/master"
...
This reverts commit 1df0d9152e
, reversing
changes made to 6042619c6b
.
This PR was a fixing a typo in a test case. The typo is in a 3rd party
service.
2019-11-26 17:49:01 +01:00