Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 945 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 945 Bytes

security-contacts-list

Security contacts of major companies for vulnerability disclosure.

While doing Bug Bounty, I noticed how hard it is to find the security contacts of companies which are not on HackerOne or BugCrowd.

So I made the effort to spend the hours to collect security contact informations of many companies, including the Fortune 500.

Feel free to contribute and add security contacts that are missing or add a new company.

The current file naming scheme is name_www-domain-com.json, for example Tesla_www-tesla-com.json.

The current json scheme is:

{ "Name" :"Tesla",
"Sector" : "Motor Vehicles & Parts",
"Website" : "https://www.tesla.com",
"Email" : "[email protected]",
"Security_Link" : "https://www.tesla.com/about/security",
"Bug_Bounty_Link" : "https://bugcrowd.com/tesla",
"Request_Assistance" : "None",
"Verified" : 1,
"Last_Updated" : "03.04.2020"
}

Thanks, David!