crystal-otx
crystal-otx
Crystal shard for AlienVault OTX api.
Installation
-
Add the dependency to your
shard.yml
:dependencies: crystal-otx: github: CausticKirbyZ/crystal-otx
-
Run
shards install
Usage
require "crystal-otx"
client = OTX::Client.new()
# this will demo the ipv4 section with cloudflares address
# the second part is the "section" part of the request
puts client.indicators_ipv4("1.1.1.1").to_json
puts client.indicators_ipv4("1.1.1.1","malware").to_json
puts client.indicators_ipv4("1.1.1.1","reputation").to_json
puts client.indicators_ipv4("1.1.1.1","url_list").to_json
puts client.indicators_ipv4("1.1.1.1","passive_dns").to_json
# dns names can also be looked up
puts client.indicators_domainname("one.one.one.one").to_json
# this is the filehash of mimikatz
puts client.indicators_filehash("a3cb3b02a683275f7e0a0f8a9a5c9e07").to_json
Development
TODO: Implement the rest of the api. only some endpoints are created so far. I needed the queryable endpoints first.
Contributing
- Fork it (https://github.com/your-github-user/crystal-otx/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- CausticKirbyZ - creator and maintainer
Repository
crystal-otx
Owner
Statistic
- 1
- 0
- 0
- 0
- 0
- over 2 years ago
- February 18, 2022
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 00:18:20 GMT
Languages