Metadata-Version: 2.1
Name: sublime-cli
Version: 0.0.26
Summary: Abstraction to interact with the 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
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
Requires-Dist: Click (>=7.0)
Requires-Dist: ansimarkup
Requires-Dist: cachetools
Requires-Dist: click-default-group
Requires-Dist: click-repl
Requires-Dist: compoundfiles
Requires-Dist: compressed-rtf
Requires-Dist: dicttoxml
Requires-Dist: gron
Requires-Dist: halo
Requires-Dist: jinja2
Requires-Dist: more-itertools
Requires-Dist: msg-parser
Requires-Dist: olefile
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: structlog
Requires-Dist: websockets

# Sublime CLI

![MIT license](https://img.shields.io/badge/License-MIT-blue.svg) ![Python version](https://img.shields.io/badge/python-3.7+-blue.svg) ![PyPI version](https://badge.fury.io/py/sublime-cli.svg)

The Sublime CLI lets you interact with the Sublime Analysis 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), MBOX files, and [Message Data Models (MDMs)](https://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://docs.sublimesecurity.com/docs/quickstart) documentation for installation instructions.

## Documentation

For a full reference, see the [CLI reference docs](https://docs.sublimesecurity.com/docs/sublime-cli).




