Metadata-Version: 1.1
Name: sublime-cli
Version: 0.0.18
Summary: Abstraction to interact with Sublime API.
Home-page: https://sublimesecurity.com/
Author: Sublime Security
Author-email: hello@sublimesecurity.com
License: MIT
Download-URL: https://github.com/sublime-security/sublime-cli
Description: # Sublime CLI
        
        [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Python version](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-376/)
        
        The Sublime CLI lets you interact with the Sublime Community API right from the terminal. The CLI can also be used as a Python module for programmatic implementations.
        
        **With the CLI/Python module, you can:**
        
        - Analyze and query raw messages (EMLs and MSGs) and [Message Data Models (MDMs)](https://dev.docs.sublimesecurity.com/docs/mdm)
        - Write your own detection rules and queries
        - Detect many different types of phishing attacks like executive impersonation and lookalike domains
        - Triage reported phish
        
        ## Installation
        
        Sublime CLI is available for Windows, macOS, and Linux. Refer to the [Quickstart](https://dev.docs.sublimesecurity.com/docs/quickstart) documentation for installation instructions.
        
        ## Documentation
        
        For a full reference, see the [CLI reference docs](https://dev.docs.sublimesecurity.com/docs/sublime-cli).
        
        
        
Keywords: security,phishing,analysts,soc,threat intelligence,security-automation,email security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
