1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/py-iris-intelowl-module: New port: IntelOwl IRIS module

iris-intelowl-module is a IRIS processor module providing open-source threat
intelligence leveraging IntelOlw analyzers, to enrich indicators of compromise.
This commit is contained in:
Jose Alonso Cardenas Marquez 2023-05-01 13:26:19 -05:00
parent aae5fb58c3
commit 18a69340d6
4 changed files with 31 additions and 0 deletions

View File

@ -918,6 +918,7 @@
SUBDIR += py-iris-check-module
SUBDIR += py-iris-client
SUBDIR += py-iris-evtx-module
SUBDIR += py-iris-intelowl-module
SUBDIR += py-iris-misp-module
SUBDIR += py-iris-module-interface
SUBDIR += py-iris-vt-module

View File

@ -0,0 +1,25 @@
PORTNAME= iris-intelowl-module
DISTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= IntelOwl IRIS module
WWW= https://github.com/dfir-iris/iris-intelowl-module
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyintelowl>0:devel/py-pyintelowl@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= dfir-iris
GH_TAGNAME= 39744a0396483015347f2d8066219ab773f5c581
USES= python:3.8+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1682965254
SHA256 (dfir-iris-iris-intelowl-module-v0.1.0-39744a0396483015347f2d8066219ab773f5c581_GH0.tar.gz) = 65069bba7db92ebbf4222e654bbdfbd1ac2b609b8c4d075b6135981882a7c695
SIZE (dfir-iris-iris-intelowl-module-v0.1.0-39744a0396483015347f2d8066219ab773f5c581_GH0.tar.gz) = 19916

View File

@ -0,0 +1,2 @@
iris-intelowl-module is a IRIS processor module providing open-source threat
intelligence leveraging IntelOlw analyzers, to enrich indicators of compromise.