22 buildPythonPackage rec {
23 pname = "iocsearcher";
24 version = "2.3-unstable-2024-03-04";
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
32 rev = "5f7b87761f2195eb358006f3492f0beac7ecc4b0";
33 hash = "sha256-SYh0+JEZa95iBznNzXut/9Vwof6VFeSlt0/g+XmMPC0=";
40 propagatedBuildInputs = [
54 ] ++ eth-hash.optional-dependencies.pycryptodome;
59 pythonImportsCheck = [
64 description = "Library and command line tool for extracting indicators of compromise (IOCs)";
65 mainProgram = "iocsearcher";
66 homepage = "https://github.com/malicialab/iocsearcher";
67 changelog = "https://github.com/malicialab/iocsearcher/releases/tag/v${version}";
68 license = licenses.mit;
69 maintainers = with maintainers; [ fab ];