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

Develop a cron task that will parse through the domains and search the trademark system #1025

Closed
fredfalcon opened this issue Jan 24, 2023 · 10 comments · Fixed by #3116 · May be fixed by #2771
Closed

Develop a cron task that will parse through the domains and search the trademark system #1025

fredfalcon opened this issue Jan 24, 2023 · 10 comments · Fixed by #3116 · May be fixed by #2771

Comments

@fredfalcon
Copy link
Contributor

fredfalcon commented Jan 24, 2023

This will provide the daily running task to search and alert companies if their brand name is at risk.

this task is to create a Django management command that runs every day and checks the results of the trademark search and stores the number on the organization object, if the number increases, then it sends an email that there is a new trademark found

@solo-daemon
Copy link
Contributor

/assign

@solo-daemon
Copy link
Contributor

@fredfalcon from what I am understanding we want trademark alert system for domains registered with us? And the medium of alert will be a email. And this will be run automatically at some interval?

@fredfalcon
Copy link
Contributor Author

The "Trademark and Domain Name Monitoring System" is a website feature that integrates with the USPTO database to help companies monitor newly registered trademarks that may match their search terms or domain names. This system enables companies to proactively identify potential intellectual property conflicts and take appropriate action.

Key components of the Trademark and Domain Name Monitoring System include:

  1. USPTO Database Integration: The system directly connects to the USPTO database, allowing real-time access to trademark registration data without the need to maintain a separate database.

  2. Search Term and Domain Name Matching: The system allows companies to input their search terms or domain names, and the advanced search functionality identifies newly registered trademarks that closely match or are similar to the specified terms or domain names.

  3. Continuous Monitoring: The system continuously monitors the USPTO database for new trademark registrations that may match the company's search term or domain name and sends alerts when potential matches are found.

  4. Customizable Alert Settings: Companies can customize alert settings to control the frequency of notifications and specify the types of potential matches they want to be informed about.

  5. User-friendly Interface: The system provides a simple and intuitive interface for managing search term and domain name monitoring and alerts.

By integrating the Trademark and Domain Name Monitoring System into their website, companies can efficiently monitor newly registered trademarks that may match their search terms or domain names, enabling them to proactively address potential intellectual property conflicts and protect their brand's reputation and market position.

@DonnieBLT DonnieBLT changed the title Add trademark search Trademark Search Jan 27, 2024
@DonnieBLT DonnieBLT changed the title Trademark Search Project: Trademark Search Jan 27, 2024
@DonnieBLT DonnieBLT removed the epic label Jan 27, 2024
@DonnieBLT DonnieBLT changed the title Project: Trademark Search Project: Trademark Defense Jan 27, 2024
@HanilJain
Copy link
Contributor

/assign

@github-actions github-actions bot assigned HanilJain and unassigned HanilJain Feb 21, 2024
@github-project-automation github-project-automation bot moved this to Backlog in 📌 All Mar 1, 2024
@DonnieBLT DonnieBLT changed the title Project: Trademark Defense Develop a cron task that will parse through the domains and search the trademark system Mar 3, 2024
@DonnieBLT DonnieBLT removed the project label Mar 3, 2024
@DonnieBLT DonnieBLT moved this from Backlog to Ready in 📌 All Mar 3, 2024
DonnieBLT added a commit that referenced this issue Oct 13, 2024
@drvcodenta
Copy link
Contributor

/assign

Copy link
Contributor

Hello @drvcodenta! You've been assigned to OWASP-BLT/BLT. You have 24 hours to complete a pull request. To place a bid and potentially earn some BCH, type /bid [amount in BCH] [BCH address].

Copy link
Contributor

github-actions bot commented Dec 1, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

2 similar comments
Copy link
Contributor

github-actions bot commented Dec 1, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

Copy link
Contributor

github-actions bot commented Dec 1, 2024

⏰ This issue has been automatically unassigned due to 24 hours of inactivity.
The issue is now available for anyone to work on again.

@OWASP-BLT OWASP-BLT deleted a comment from fredfalcon Dec 2, 2024
@DonnieBLT
Copy link
Collaborator

We already have the API integration, but we need the Django management command and field on the model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment