Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

domains/urls with -'s #18

Open
ttufts opened this issue Sep 22, 2015 · 1 comment
Open

domains/urls with -'s #18

ttufts opened this issue Sep 22, 2015 · 1 comment

Comments

@ttufts
Copy link
Contributor

ttufts commented Sep 22, 2015

domains with -'s in the like www.malicious-site.com get split down to just 'site.com' which can result in benign sites being pulled as IOCs.

@armbues
Copy link
Owner

armbues commented Sep 29, 2015

I found the cause for this but have no fix yet. Reason for the split domain matches is the \b word boundary in the regex pattern which in Python apparently matches the dash character (it doesn't in other regex implementations).

garanews added a commit to LDO-CERT/ioc_parser that referenced this issue Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants