Phishtank
Ruby interface to the OpenDNS PhishTank phishing dataset.
Install / Use
/learn @ezkl/PhishtankREADME
PhishTank
This is a Ruby interface to OpenDNS's PhishTank developer API. The PhishTank dataset contains quite a bit of human-verified and classified phishing data, if you're into that sort of thing.
Tested against Ruby 1.9.2 and 1.9.3 w/ Travis-CI. Current Build Status: 
Installation
From the Rubygems CLI:
gem install phishtank
or w/ Bundler, add the following to the Gemfile.
gem 'phishtank'
Usage
require 'phishtank'
PhishTank.configure do |c|
c.api_key = "YOUR_PHISHTANK_API_KEY" #required
c.temp_directory = "/path/to/temporary/directory" #optional - default: /tmp
c.etag = "ETag" #optional
end
PhishTank.update_feed!
data = PhishTank::FeedData.new
data.entries.first
# => #<OpenStruct:0x1021026f8
# attr_reader :modifiable = true,
# attr_reader :table = {
# :url => "http://www.grovesgas.co.uk/TAMFidelidade/clientetam.htm",
# :phish_id => "1389753",
# :phish_detail_url => "http://www.phishtank.com/phish_detail.php?phish_id=1389753",
# :ip_address => "209.235.144.9",
# :submission_time => "2012-03-13T21:46:39+00:00",
# :verified => "yes",
# :verification_time => "2012-03-13T22:51:43+00:00",
# :online_status => "yes",
# :target => "TAM Fidelidade"
# }
#>
PhishTank.search("http://www.google.com/") #=> false
PhishTank.search("http://suspiciousurl.com/") #=> OpenStruct w/ PhishTank details
Read specs for more details.
TODO
You can see and contribute to the list of TODO items in issues.
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
