Skip to content

FloatingGhost/passive_total_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassiveTotal

A binding to RiskIQ's PassiveTotal API

Basic usage:

iex> client = PassiveTotal.Client.new("my@email.com", "my_apikey")
iex> PassiveTotal.PassiveDNS.get(client, "yuruyuri.com")
{:ok,
  %{
    "firstSeen" => "2011-03-05 20:15:11",
    "lastSeen" => "2019-05-10 15:44:30",
    "pager" => nil,
    "queryType" => "domain",
    "queryValue" => "yuruyuri.com",
    "results" => [
        ...
    ]
  }
}

Installation

If available in Hex, the package can be installed by adding passive_total to your list of dependencies in mix.exs:

def deps do
  [
    {:passive_total, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/passive_total.

About

A set of bindings to RiskIQ's PassiveTotal API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages