Commit Graph

43 Commits (master)

Author SHA1 Message Date
Alexandre Dulaunoy e8cb47a8c7
chg: [doc] updated 2022-10-27 10:14:56 +02:00
Christian Studer 27673d0516
add: [documentation] Regenerated documentation with the recently added modules description 2022-10-24 15:23:20 +02:00
Christian Studer 5376993ba9
add: [documentation] Added documentation for the variotdbs module 2022-10-24 15:20:42 +02:00
Alexandre Dulaunoy de69ae3474
fix: [doc] logo fixed 2022-09-06 14:35:10 +02:00
Alexandre Dulaunoy c3ca851ed6
chg: [tools] add logging for doc generation 2022-09-06 14:32:06 +02:00
Alexandre Dulaunoy e5c1d75b2f
chg: [documentation] fix JSON 2022-09-06 14:31:47 +02:00
Rambatla Venkat Rao fcfdd36fd4
Added HYAS Insight documentation 2022-09-06 16:27:38 +05:30
Rambatla Venkat Rao 3f2ac6d78a
Added HYAS logo 2022-09-06 15:56:46 +05:30
Alexandre Dulaunoy c1b46bb2c4
chg: [doc] mmdb documention updated 2022-02-23 07:37:57 +01:00
Jeroen Pinoy c5a9a97354
chg:[doc] update mmdb_lookup documentation 2022-02-23 00:54:13 +01:00
Alexandre Dulaunoy 0775769714
chg: [doc] updated 2022-02-15 15:27:36 +01:00
Alexandre Dulaunoy beb463bdab
Merge branch 'main' into main 2022-02-15 15:16:13 +01:00
Rambatla Venkat Rao 023f6653b9
Update ipqs_fraud_and_risk_scoring.json 2022-02-12 10:36:03 +05:30
Rambatla Venkat Rao cfc70ec176
added documentation 2022-02-12 10:22:19 +05:30
Rambatla Venkat Rao 9e0849b793
added IPQS logo 2022-02-12 10:21:36 +05:30
Alexandre Dulaunoy 27d7e19c15
chg: [doc] updated 2022-02-04 12:00:49 +01:00
Alexandre Dulaunoy 01d09355b4
new: [doc] virustotal_collections modules added 2022-02-04 12:00:05 +01:00
Alexandre Dulaunoy ae4221723a
chg: [doc] updated 2022-01-07 12:10:56 +01:00
Koen Van Impe c42723d42d Module to push malware samples to a MWDB instance
- Upload of attachment or malware sample to MWDB
- Tags of events and/or attributes are added to MWDB.
- Comment of the MISP attribute is added to MWDB.
- A link back to the MISP event is added to MWDB via the MWDB attribute.
- A link to the MWDB attribute is added as an enriched attribute to the MISP event.
2021-12-26 23:34:00 +01:00
Alexandre Dulaunoy eaff5700de
chg: [doc] updated 2021-11-24 11:05:00 +01:00
Calvin Krzywiec 897164c5ed
feature: add qintel qsentry module documentation 2021-11-22 15:52:58 -05:00
Alexandre Dulaunoy 7cb7a9bd52
chg: [documentation] updated 2021-10-27 22:25:41 +02:00
Alexandre Dulaunoy eeb321fae7
new: [doc] Passive SSH documentation 2021-10-27 22:01:46 +02:00
Kory Kyzar 58e4080b4f
Add libcaca-dev to apt packages required
I needed to add libcaca-dev to make gtcaca.

## Before
```
misp@server:/usr/local/src/gtcaca/build$ cmake .. && make
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake system name: Linux
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
pkg config path:
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Checking for module 'caca'
--   No package 'caca' found
CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
  CMakeLists.txt:69 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/usr/local/src/gtcaca/build/CMakeFiles/CMakeOutput.log".
```

## After
```
misp@server:/usr/local/src/gtcaca/build$ cmake .. && make
CMake system name: Linux
pkg config path:
-- Checking for module 'caca'
--   Found caca, version 0.99.beta19
libcaca link library: -lcaca
CMake system: Linux
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/gtcaca/build
```
2021-10-21 09:14:13 -04:00
Alexandre Dulaunoy 7645b97bf7
chg: [hashlookup] logo updated 2021-08-25 21:44:20 +02:00
Alexandre Dulaunoy 525678eab6
new: [hashlookup] documentation added 2021-08-25 21:42:30 +02:00
Alexandre Dulaunoy 1a90237a21
chg: [logo] CIRCL logo added for hashlookup service 2021-08-25 21:41:08 +02:00
Alexandre Dulaunoy da6092f9e1
Revert "fix: [greynoise] typo fixed"
This reverts commit e36e3ea117.
2021-08-25 18:41:08 +02:00
Alexandre Dulaunoy e36e3ea117
fix: [greynoise] typo fixed 2021-08-13 14:11:12 +02:00
Brad Chiappetta 859d7d2a82 update greynoise.json 2021-08-09 16:46:33 -04:00
Brad Chiappetta baa31c464c documenation updates 2021-08-09 15:52:49 -04:00
Jason Zhang 83fd44ed13 add vmware_nsx module 2021-07-29 12:13:31 +01:00
Alexandre Dulaunoy 267c167acb
chg: [doc] cof2misp documentation added 2021-05-07 23:31:17 +02:00
Alexandre Dulaunoy 509e5ac979
chg: [doc] yeti logo added 2021-04-22 12:47:06 +02:00
Alexandre Dulaunoy 4448bb324b
new: [logo] yeti logo added 2021-04-22 12:45:26 +02:00
Sebdraven b9407ad85a Merge branch 'main' 2021-04-22 11:27:43 +02:00
Alexandre Dulaunoy 51e6122c67
chg: [documentation] updated 2021-03-31 14:05:32 +02:00
Brad Chiappetta 2855f7ff5f updates for greynoise community api 2021-03-23 13:39:36 -04:00
milkmix 6b9d30c6ce added documentation 2020-11-23 15:09:31 +01:00
chrisr3d 575bed0da8 Merge branch 'main' of github.com:MISP/misp-modules into chrisr3d_patch 2020-11-18 11:52:53 +01:00
chrisr3d 2464172e1a Merge branch 'main' of github.com:MISP/misp-modules into new_module 2020-11-18 11:34:33 +01:00
chrisr3d fc59ba2aad Merge branch 'main' of github.com:MISP/misp-modules into chrisr3d_patch 2020-11-18 10:13:14 +01:00
chrisr3d b29658dee6
chg: [documentation] Cleaner documentation directories & auto-generation
Including:
- A move of the previous `doc` and `docs` directories to `documentation`
  - `documentation` is now the default directory
  - The documentation previously under `doc` is now in `documentation/website`
  - The mkdocs previously under `docs` is now in `documentation/mkdocs`
- All single JSON documentation files have been JQed
- Some small improvements to list fields displaying
2020-11-17 19:36:19 +01:00