go-otx

module
v0.0.0-...-d36e6a9 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2018 License: MIT

README

go-otx

An implementation of the AlienVault Open Threat Exchange API in Go

Example

package main

import (
    "fmt"
    otx "github.com/jheise/go-otx/api"
)

func main() {
    apikey := "APIKEYGOESHERE"
    client := otx.NewClient(apikey)

    ipv4data := client.GetIPv4General("4.2.2.1")
    fmt.Println(ipv4data)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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