Skip to content

PoC Python script for retrieving Symantec signature information.

License

Notifications You must be signed in to change notification settings

zxlim/SEP-SigRetriever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEP Signature Retriever

A proof of concept Python script for querying a specified online resource for information regarding Symantec's signature detections.

Sample output

Setup

Clone the repository and install the required Pip packages. Using a virtual environment is highy recommended.

# Clone the repository.
$ git clone https://github.com/zxlim/SEP-SigRetriever.git

# Setup the virtual environment.
$ virtualenv --python=python3 venv
$ source venv/bin/activate

# Install pip packages.
$ pip install -r requirements.txt

Usage

# Display help:
$ python retrieve_signature_info.py -h

# Example usage:
$ python retrieve_signature_info.py --limit 1 "Ransom.Wannacry Dropper Activity"
$ python retrieve_signature_info.py OpenCandy

License

This project is licensed under the MIT License.

About

PoC Python script for retrieving Symantec signature information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages