security/py-iris-misp-module: New port: IRIS module interfacing MISP with IRIS
An interface module for MISP and Iris to automatically enrich IOCs with MISP insight.
This commit is contained in:
parent
03bf39e076
commit
0e13ed1591
4 changed files with 34 additions and 0 deletions
|
@ -916,6 +916,7 @@
|
|||
SUBDIR += py-hkdf
|
||||
SUBDIR += py-htpasswd
|
||||
SUBDIR += py-iris-client
|
||||
SUBDIR += py-iris-misp-module
|
||||
SUBDIR += py-iris-module-interface
|
||||
SUBDIR += py-itsdangerous
|
||||
SUBDIR += py-josepy
|
||||
|
|
28
security/py-iris-misp-module/Makefile
Normal file
28
security/py-iris-misp-module/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
PORTNAME= iris-misp-module
|
||||
DISTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= IRIS module interfacing MISP with IRIS
|
||||
WWW= https://github.com/dfir-iris/iris-module-interface
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyunpack>0:archivers/py-pyunpack@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}iris-module-interface>0:security/py-iris-module-interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pymisp>0:devel/py-pymisp@${PY_FLAVOR}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dfir-iris
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= a7654c086bb163a97987698bae012c6bc05fd300
|
||||
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/py-iris-misp-module/distinfo
Normal file
3
security/py-iris-misp-module/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1680365667
|
||||
SHA256 (dfir-iris-iris-misp-module-v1.2.0-a7654c086bb163a97987698bae012c6bc05fd300_GH0.tar.gz) = c46d0d0e0a84e47c1e5f114b7d7a1da75216f0a3613e3c4bcee45ee5616298fd
|
||||
SIZE (dfir-iris-iris-misp-module-v1.2.0-a7654c086bb163a97987698bae012c6bc05fd300_GH0.tar.gz) = 21850
|
2
security/py-iris-misp-module/pkg-descr
Normal file
2
security/py-iris-misp-module/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
An interface module for MISP and Iris to automatically enrich IOCs with MISP
|
||||
insight.
|
Loading…
Reference in a new issue