{"id":16356267,"url":"https://github.com/Phishing-Database/phishing","last_synced_at":"2025-08-11T12:31:48.159Z","repository":{"id":37476638,"uuid":"379237685","full_name":"mitchellkrogza/phishing","owner":"mitchellkrogza","description":"Central Repository for Adding Domains / Links to the Phishing.Database project - https://github.com/mitchellkrogza/Phishing.Database/","archived":false,"fork":false,"pushed_at":"2024-12-09T12:38:11.000Z","size":999,"stargazers_count":50,"open_issues_count":1,"forks_count":215,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-12-09T13:40:45.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchellkrogza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"mitchellkrog","tidelift":null,"custom":"https://ko-fi.com/spirillen"}},"created_at":"2021-06-22T11:00:15.000Z","updated_at":"2024-12-09T12:38:16.000Z","dependencies_parsed_at":"2023-10-11T19:34:53.026Z","dependency_job_id":"cd8810f5-ce16-4c43-a66f-b310acc64af5","html_url":"https://github.com/mitchellkrogza/phishing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellkrogza%2Fphishing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellkrogza%2Fphishing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellkrogza%2Fphishing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellkrogza%2Fphishing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchellkrogza","download_url":"https://codeload.github.com/mitchellkrogza/phishing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229539115,"owners_count":18088908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T01:43:07.707Z","updated_at":"2025-08-11T12:31:42.906Z","avatar_url":"https://github.com/mitchellkrogza.png","language":"Shell","funding_links":["https://ko-fi.com/mitchellkrog","https://ko-fi.com/spirillen"],"categories":[],"sub_categories":[],"readme":"# Phishing\nCentral Repository for Adding or Removing Domains / Links from the [Phishing.Database][PD] project\n\n## Toc\n\u003c!-- TOC --\u003e\n* [Phishing](#phishing)\n  * [Toc](#toc)\n  * [Committing Phishing records](#committing-phishing-records)\n    * [Add Phishing Domains](#add-phishing-domains)\n    * [Add Phishing Urls / Links](#add-phishing-urls--links)\n  * [Add phishing by IP](#add-phishing-by-ip)\n  * [False Positives](#false-positives)\n\u003c!-- TOC --\u003e\n\n## Committing Phishing records\n\nDNS systems can operate on the domain level (everything between the protocol and the first /) while IE Squid-proxy or uBlock Origin can operate on both sides of the slashes and protocol independently.\n\n### Add Phishing Domains\n\n| File                                               | Contents                                                                                                                                                                                                                                                                                                                                      |\n| -------------------------------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [add-domain](../main/add-domain)                   | This list are matching a records `1 to 1` or this domain only (hosts file style RFC:952 and RFC:953                                                                                                                                                                                                                                           |\n| [add-wildcard-domain](../main/add-wildcard-domain) | This domain and all it's subdomains should be added. This means if an entire domain is being used for phishing i.e. `phishing.example.com`, then add it to the domain list (add-domain). If the phishing threat resides inside a subfolder of the domain i.e. `/sub/oath/phishing-script/payload.php` then add it to the url list (add-link). |\n\ninclude the domain name only (no http / https) and no path (/something)\n\n### Add Phishing Urls / Links\n\nTo add either a domain, subdomain or a number of URI's to the project, you should be understanding a bit about how it is working.\n\n| File                         | Contents                    |\n| ---------------------------- | --------------------------- |\n| [add-link](../main/add-link) | this URI, and only this URI |\n\n## Add phishing by IP\n\n| File                                                           | Contents                                                                                    |\n| -------------------------------------------------------------- |---------------------------------------------------------------------------------------------|\n| [IP-addr.cidr.in-addr.arpa](../main/IP-addr.cidr.in-addr.arpa) | This is a list for blocking phishing by IP address in CIDR notated in-arpa style (rfc:5737) |\n| [IP-addr.cidr.list](../main/IP-addr.cidr.list)                 | This is a list for blocking phishing by IP address in CIDR notation style (rfc:5737)        |\n| [IP-addr.in-addr.arpa](../main/IP-addr.in-addr.arpa)           | This is a list for blocking phishing by IP address in in-arpa style (rfc:5737)              |\n| [IP-addr.list](../main/IP-addr.list)                           | This is a list for blocking phishing by IP address in (strait forward) style (rfc:5737)     |\n\n## False Positives\n\nTo be able to keep the whitelist as precise as possible, the Phishing DB are using 3 types of list.\n\n| File                                               | Contents                                                                                                                                                                                                                                                                                                                                      |\n| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| The [first list](../main/falsepositive.list)       | Matching `1 on 1`. This means, should we only whitelist IE. `subdomain1.example.com` but not `subdomain2.example.com`, then this is the list.                                                                                                                                                                                                 |\n| The [other list](../main/falsepositive_regex.list) | (ALL) is [wildcard](https://github.com/Ultimate-Hosts-Blacklist/whitelist/blob/script/README.rst#all) based. This means every subdomains from `example.net` and lover level such as `subdomain1.example.net` \u0026 `subdomain2.example.net`. This list also accepts full regex. Except from ending `$` and `\\\\` as this is done by automatically. |\n| The [third list](../main/falsepositive_rzd.list)   | (RZD) will probably never be used... Read the full doc here before attempting to making changes to it: https://github.com/Ultimate-Hosts-Blacklist/whitelist/blob/script/README.rst#rzd                                                                                                                                                       |\n\nFor better understanding of these specialities, you are welcome to read the tools [Readme](https://github.com/Ultimate-Hosts-Blacklist/whitelist/tree/script#special-markers).\n\n[PD]: https://github.com/mitchellkrogza/Phishing.Database\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhishing-Database%2Fphishing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPhishing-Database%2Fphishing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhishing-Database%2Fphishing/lists"}