{"id":23309908,"url":"https://github.com/phishing-database/phishing","last_synced_at":"2025-05-16T04:06:56.701Z","repository":{"id":37476638,"uuid":"379237685","full_name":"Phishing-Database/phishing","owner":"Phishing-Database","description":"Central Repository for Adding Domains / Links to the Phishing.Database project - https://github.com/mitchellkrogza/Phishing.Database/","archived":false,"fork":false,"pushed_at":"2025-05-12T05:58:03.000Z","size":2062,"stargazers_count":63,"open_issues_count":15,"forks_count":241,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-12T06:38:31.786Z","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/Phishing-Database.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null},"funding":{"github":["funilrys","mitchellkrogza"],"ko_fi":"mitchellkrog","custom":["https://kb.mypdns.org/articles/MTX-A-3/DONATION"]}},"created_at":"2021-06-22T11:00:15.000Z","updated_at":"2025-05-12T05:58:07.000Z","dependencies_parsed_at":"2023-10-11T19:34:53.026Z","dependency_job_id":"cd8810f5-ce16-4c43-a66f-b310acc64af5","html_url":"https://github.com/Phishing-Database/phishing","commit_stats":null,"previous_names":["phishing-database/phishing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phishing-Database%2Fphishing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phishing-Database%2Fphishing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phishing-Database%2Fphishing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phishing-Database%2Fphishing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phishing-Database","download_url":"https://codeload.github.com/Phishing-Database/phishing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464897,"owners_count":22075571,"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-12-20T13:07:19.779Z","updated_at":"2025-05-16T04:06:51.687Z","avatar_url":"https://github.com/Phishing-Database.png","language":"Shell","funding_links":["https://github.com/sponsors/funilrys","https://github.com/sponsors/mitchellkrogza","https://ko-fi.com/mitchellkrog","https://kb.mypdns.org/articles/MTX-A-3/DONATION"],"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 Uri - Links](#add-phishing-uri---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](../master/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](../master/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 fully qualified domain name (fqdn) only (no protocol like http /\nhttps) and no path (/something)\n\n### Add Phishing Uri - 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](../master/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](../master/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](../master/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](../master/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](../master/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\nusing 4 types of list.\n\n| File                                                           | Contents                                                                                                                                                                                                                                                    |\n|----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [falsepositive.list](../master/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| [falsepositive_all.list](../master/falsepositive_all.list)     | (ALL) is [wildcard] 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| [falsepositive_regex.list](../master/falsepositive_regex.list) | (REGEX) You are a fan of regex ? We are too! When working with highly volatile dataset, we want to simply use a regular expression (short regex) to do the task. [REG]                                                                                      |\n| [falsepositive_rzd.list](../master/falsepositive_rzd.list)     | (RZD) will probably never be used... Read the full doc here before attempting to making changes to it: [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/Phishing-Database/Phishing.Database\n\n[REG]: https://github.com/funilrys/tivilsta?tab=readme-ov-file#reg--the-regular-expression-rule\n\n[wildcard]: https://github.com/funilrys/tivilsta?tab=readme-ov-file#all--the-ends-with-rule\n\n[RZD]: https://github.com/funilrys/tivilsta?tab=readme-ov-file#rzd--the-broad-and-powerful-rule\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"}