This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
paste_git_monitoring [2022/11/08 17:04] kaduuwikiadmin [Search Syntax] |
paste_git_monitoring [2024/10/16 23:26] (current) kaduuwikiadmin |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | **Pastebin** allows users to share text in the form of public posts called " | + | Pastebin allows users to share text in the form of public posts called " |
- | **Git** is a free and open source distributed version control system designed to handle everything from small to large projects and share code among developers. Publishing sensitive information to version control systems like GitHub is a common risk for organizations. There have been documented cases of developers accidentally publishing secrets such as API keys only to have them scraped and used by attackers moments later. Thats why ist important to monitor | + | Git is a free and open source distributed version control system designed to handle everything from small to large projects and share code among developers. Publishing sensitive information to version control systems like GitHub is a common risk for organizations. There have been documented cases of developers accidentally publishing secrets such as API keys only to have them scraped and used by attackers moments later. Thats why ist important to monitor |
+ | |||
+ | ===== How are hackers using paste sites? ===== | ||
+ | |||
+ | * Sharing stolen data: Hackers may use paste sites to share stolen data, such as login credentials, | ||
+ | * Storing malware: Hackers may use paste sites to store malware, such as viruses, trojans, or ransomware, that they have created or obtained. This allows them to easily share the malware with others or to distribute it through infected websites or email attachments. | ||
+ | * Communicating with other hackers: Hackers may use paste sites to communicate with other members of their group or with the public. They may use these sites to share information about vulnerabilities, | ||
+ | * Hiding command and control infrastructure: | ||
+ | * Doxxing: Hackers may use paste sites to share personal information about individuals or organizations, | ||
+ | * Phishing Schemes: Hackers might use paste sites to host phishing pages, which they could then use to steal login credentials or other sensitive information from unsuspecting victims. | ||
+ | |||
+ | It's important to note that many paste sites have implemented anti-abuse measures and policies and will remove illegal content when notified | ||
===== How does this work? ===== | ===== How does this work? ===== | ||
+ | |||
+ | You can monitor Github and Paste Sites in 2 different ways: | ||
+ | |||
+ | - Using https:// | ||
+ | - Using https:// | ||
+ | |||
+ | **'' | ||
+ | The technique we use in deepweb.leak.center is slightly different to control.leak.center and will catch different results. In this platform we offer the ability to use custom google queries to find your keyword in combination with paste sites and a direct API connection to Pastebin. You see under " | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | **'' | ||
+ | We use a simple http crawler for +50 pages | ||
+ | |||
+ | These pages publish their latest pastes on their website, allowing us to index them. | ||
Please enter you search term under the navigation item " | Please enter you search term under the navigation item " | ||
Line 47: | Line 73: | ||
| quick brown | Search for quick or brown in paste text. This is the equivalent of quick OR brown search query.| | | quick brown | Search for quick or brown in paste text. This is the equivalent of quick OR brown search query.| | ||
| quick OR brown | Search for quick or brown in paste text. OR keyword is case-sensitive. This is the equivalent of quick brown search query.| | | quick OR brown | Search for quick or brown in paste text. OR keyword is case-sensitive. This is the equivalent of quick brown search query.| | ||
+ | | quick AND brown | Search for quick and brown - the paste should have both. AND keyword is case-sensitive. | | ||
+ | | quick AND NOT brown | Search for pastes containing quick and not brown. AND and NOT keywords are case-sensitive. | | ||
+ | | quick -brown | Search for pastes, with quick and containing no brown. This is the equivalent of quick AND NOT brown query. | | ||
+ | | createdAt: | ||
+ | | createdAt: | ||
+ | | createdAt: | ||
+ | |||