When a Cloned Website token is placed on your websites, you will get notified when it is hosted on another domain, which will include legitimate domains sometimes used during development. To ignore alerts coming from legitimate domains, you must add them to the "Ignore List" of the Canarytoken.
Follow the steps below to add a legitimate website to a Cloned Website Canarytoken "Ignore List":
Step 1: Log in to your Console
Step 2: Select the Canarytokens tile
Step 3: Enter URL Name
Enter the URL name of the Cloned Website Canarytoken you want to update the ignore list on.
Step 4: Select the token from the search history
Note
We searched and selected "inyoni-corp.com"
Step 5: View Ignore List Examples
Entries added to the ignore list can be a specific URL or anything that matches a regex. To learn about the syntax, along with a few examples, you can click on the "?" button.
Step 6: Enter Ignored URL
To add a specific URL to the ignore list, enter it in the "Ignore list" area. For specific URLs they must include http:// or https://. Press "Enter and click Save.
The URL has to include the "http:// or https://", and you have to press "Enter" after inputting the URL for this to work correctly, for example:
https://dev.inyoni-corp.com
Step 7: Using a Regex Entry(Optional)
If you have many subdomains you would like to add to the ignore list, on both http & https, then using a regex entry is a more suitable approach, for example:
^https?://.*\.inyoni-corp\.comThis will exclude entries like https://staging.inyoni-corp.com and http://pre-prod.test.inyoni-corp.com from alerts.
There is no need to escape forward slashes in the regex
Add the entry, press Enter, then press Save to apply the changes.
Now you shouldn't be receiving any more alerts from those legitimate domains.