Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 18:27:26 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 18a69340d667 - main - security/py-iris-intelowl-module: New port: IntelOwl IRIS module
Message-ID:  <202305011827.341IRQVW087570@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18a69340d667147f1e550cdd99958abba7a7dff3

commit 18a69340d667147f1e550cdd99958abba7a7dff3
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-05-01 18:26:19 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-05-01 18:26:19 +0000

    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.
---
 security/Makefile                          |  1 +
 security/py-iris-intelowl-module/Makefile  | 25 +++++++++++++++++++++++++
 security/py-iris-intelowl-module/distinfo  |  3 +++
 security/py-iris-intelowl-module/pkg-descr |  2 ++
 4 files changed, 31 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index 1a51e8a3ab8d..939f6122d086 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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
diff --git a/security/py-iris-intelowl-module/Makefile b/security/py-iris-intelowl-module/Makefile
new file mode 100644
index 000000000000..85cdbef848a2
--- /dev/null
+++ b/security/py-iris-intelowl-module/Makefile
@@ -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>
diff --git a/security/py-iris-intelowl-module/distinfo b/security/py-iris-intelowl-module/distinfo
new file mode 100644
index 000000000000..45eef56229cc
--- /dev/null
+++ b/security/py-iris-intelowl-module/distinfo
@@ -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
diff --git a/security/py-iris-intelowl-module/pkg-descr b/security/py-iris-intelowl-module/pkg-descr
new file mode 100644
index 000000000000..d7b9939b68ac
--- /dev/null
+++ b/security/py-iris-intelowl-module/pkg-descr
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011827.341IRQVW087570>