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

Sonic the Anonymous WizHog: Watch carmellimo #3263

Closed
wants to merge 1 commit into from

Conversation

SmokeDetector
Copy link
Member

Sonic the Anonymous WizHog requests the watch of the watch_keyword carmellimo. See the MS search here and the Stack Exchange search here.

@metasmoke
Copy link
Contributor

carmellimo has been seen in 1 true positive, 0 false positives, and 0 NAAs.

@makyen
Copy link
Contributor

makyen commented Aug 13, 2019

If you are wanting to also detect the username, then this should be two separate watches: one for the domain and the other for the username by itself. Basically, assume that you're creating watches that are going to be moved into the appropriate blacklist and create the entries which would be appropriate for those lists.

For example:

!!/watch carmellimo\.com

to watch the domain and

!!/watch ^(?-i:Carmellimo)$

to watch the username. Given the relative uniqueness of the username, it would not be unreasonable to watch it without requiring the character case to match, so:

!!/watch ^carmellimo$

would also be acceptable.

@makyen makyen closed this Aug 13, 2019
@makyen makyen deleted the auto-blacklist-1565590161 branch August 13, 2019 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants