Pinned Loading
-
Submit_ThreatGrid_Samples
Submit_ThreatGrid_Samples PublicPython script to submit files to ThreatGrid bulk sample submit api.
Python 1
-
Submit_ReversingLabsA1000_Samples
Submit_ReversingLabsA1000_Samples PublicPython script to submit files to your ReversingLabs A1000 api. To make this script work, you'll need to add some things: rl_base_url - this is the URL to your ReversingLabs A1000 rl_token - this is…
Python
-
Submit_ATD_Samples
Submit_ATD_Samples PublicPython script to submit files in a directory or a single file to an ATD server.
Python
-
Python script to query AbuseCH Malwa...
Python script to query AbuseCH Malware Bazaar for a give hash or file(path). 1import argparse
2import pathlib
3from pathlib import Path
4import hashlib
5import magic
-
PowerShell script to query AbuseCH M...
PowerShell script to query AbuseCH Malware Bazaar for a give hash or file(path). 1[CmdletBinding()]
2param (
3[Parameter(Mandatory=$False)]
4[string]$FileHash,
5 -
Custom MISP upload script to add a f...
Custom MISP upload script to add a file(s) as a new event and add as objects; add the file object and the pe info. (but no sections data); additonally will tag it. **heavily borrowed code from the upload.py in the PyMISP samples. 1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3from pymisp import ExpandedPyMISP, MISPEvent, MISPAttribute, MISPObject, MISPT
4from pymisp import PyMISP
5from pymisp.tools import make_binary_objects
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.