22 buildPythonPackage rec {
23 pname = "iocsearcher";
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
32 rev = "5f7b87761f2195eb358006f3492f0beac7ecc4b0";
33 hash = "sha256-SYh0+JEZa95iBznNzXut/9Vwof6VFeSlt0/g+XmMPC0=";
36 nativeBuildInputs = [ setuptools ];
38 propagatedBuildInputs = [
52 ] ++ eth-hash.optional-dependencies.pycryptodome;
57 pythonImportsCheck = [ "iocsearcher" ];
60 description = "Library and command line tool for extracting indicators of compromise (IOCs)";
61 mainProgram = "iocsearcher";
62 homepage = "https://github.com/malicialab/iocsearcher";
63 changelog = "https://github.com/malicialab/iocsearcher/releases/tag/v${version}";
64 license = licenses.mit;
65 maintainers = with maintainers; [ fab ];