certstream-slack

command module
v0.0.0-...-6e06ad6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

README

certstream-slack

Build Status

certstream-slack is a small daemon that watches your domains in Certificate Transparency logs and posts them into Slack. It uses the API provided by Cali Dog Security rather than parsing the CT logs directly. Thanks to Cali Dog Security for this service!

Usage

  • Compile: go install -v github.com/heptiolabs/certstream-slack

  • Run: SLACK_WEBHOOK_URL='https://hooks.slack.com/services/[...]' DOMAIN_PATTERN='example' certstream-slack

Environment Variables

  • SLACK_WEBHOOK_URL: a Slack incoming webhook URL. This URL also controls the channel and name of the bot.

  • DOMAIN_PATTERN: A Go regular expression. Certificates for domains that match this pattern will be posted to Slack. Consider watching your company's name and product names, for example: (mycompany)|(myproduct1)|(myproduct2).

Documentation

Overview

Copyright 2017 by the contributors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL