Skip to content

Commit

Permalink
security/py-iris-misp-module: New port: IRIS module interfacing MISP …
Browse files Browse the repository at this point in the history
…with IRIS

An interface module for MISP and Iris to automatically enrich IOCs with MISP
insight.
  • Loading branch information
alonsobsd committed Apr 30, 2023
1 parent 03bf39e commit 0e13ed1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions security/py-iris-misp-module/Makefile
@@ -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 changes: 3 additions & 0 deletions security/py-iris-misp-module/distinfo
@@ -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 changes: 2 additions & 0 deletions security/py-iris-misp-module/pkg-descr
@@ -0,0 +1,2 @@
An interface module for MISP and Iris to automatically enrich IOCs with MISP
insight.

0 comments on commit 0e13ed1

Please sign in to comment.