Antimalweb / URLNet

Code for the paper URLNet - Learning a URL Representation with Deep Learning for Malicious URL Detection
Apache License 2.0
152 stars 60 forks source link

Will this model work well on domain only (not url) ? #20

Closed yguezpa closed 2 years ago

henryhungle commented 2 years ago

@yguezpa my guess is it should work okay with enough data. The current method URLNet is not really depending on the parts of a URL as we used both word and character tokens to process all parts of the URL identically.