Skip to content

Instantly share code, notes, and snippets.

View rmcsharry's full-sized avatar
🎯
Focusing

Code Monkey rmcsharry

🎯
Focusing
View GitHub Profile
@rmcsharry
rmcsharry / urls.txt
Created November 11, 2025 13:44 — forked from albertzsigovits/urls.txt
URL reputation checkers
# URL reputation checkers:
##########################
AlienVault OTX https://otx.alienvault.com/browse/pulses
BarracudaCentral http://www.barracudacentral.org/lookups
BrightCloud https://www.brightcloud.com/tools/url-ip-lookup.php
CDRF ThreatCenter https://threatcenter.crdf.fr
Cisco Talos https://www.talosintelligence.com/reputation_center
Checkpoint https://urlcat.checkpoint.com/urlcat
Cyren URL https://www.cyren.com/security-center/url-category-check
class Bob
def reply_to(statement)
public_send("reply_to_#{Statement.build(statement).class}".downcase.to_sym)
rescue NoMethodError
default_reply
end
def reply_to_silence
"Fine. Be that way!"
end