https://github.com/sublime-security/sublime-cli
A command-line tool and module for the free Sublime Analysis API
https://github.com/sublime-security/sublime-cli
Last synced: 5 months ago
JSON representation
A command-line tool and module for the free Sublime Analysis API
- Host: GitHub
- URL: https://github.com/sublime-security/sublime-cli
- Owner: sublime-security
- License: mit
- Created: 2019-10-17T00:55:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:34:20.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T21:12:07.184Z (5 months ago)
- Language: Python
- Homepage: https://sublimesecurity.com
- Size: 5.2 MB
- Stars: 16
- Watchers: 9
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sublime CLI
   [](https://app.fossa.com/projects/git%2Bgithub.com%2Fsublime-security%2Fsublime-cli?ref=badge_shield)
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/reference/analysis-api-quickstart) documentation for installation instructions.
## Documentation
For a full reference, see the [CLI reference docs](https://docs.sublimesecurity.com/reference/analysis-api-cli).