command
module
Version:
v0.0.0-...-6b1e5dd
Opens a new window with list of versions in this module.
Published: Jan 1, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
goCertStreamCatcher
Catching phishing by observing certificate transparency logs. This tool is based on regex with effective standards for detecting phishing sites in real time using certstream and can also detect punycode (IDNA) attacks such as https://www.ṁyetḣerwallet.com.
This is a go port of the nodejs version originally by @6IX7ine.
Building
$ go get github.com/sourcekris/goCertStreamCatcher
$ cd $GOPATH/src/github.com/sourcekris/goCertStreamCatcher
$ go build
Usage
Right now it builds a standalone binary goCertStreamCatcher
so simply go build
it and run ./goCertStreamCatcher
Todo
- Verify the punycode logic is as expected.
- Probably influence the logic more if the subdomain has a lot of dashes/periods
- Add additional analysis logic to detect other suspicious domain
- Headless browse the suspicious sites and grab screenshots?
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.