-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the README and docs to point to the new Facebook ThreatExchange developer’s site.
- Loading branch information
hammem
committed
Aug 19, 2015
1 parent
f3c7baa
commit 8c3ec66
Showing
2 changed files
with
8 additions
and
1,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
ThreatExchange | ||
============== | ||
# Facebook ThreatExchange | ||
|
||
ThreatExchange is a set of RESTful APIs on the Facebook Platform for querying, publishing, and sharing security threat information. It's a light-weight way for exchanging details on malware, phishing pages, and other threats with either specific members of the community or the ThreatExchange community at large. | ||
|
||
This repository contains the full API documentation and example code for using the API. | ||
This repository contains example code for using the API. | ||
|
||
## Documentation | ||
Full details on the ThreatExchange API, data formats, [/doc](https://github.com/facebook/ThreatExchange/tree/master/doc) | ||
Full details on the ThreatExchange API, data formats, and best practices are available at [https://developers.facebook.com/docs/threat-exchange/](https://developers.facebook.com/docs/threat-exchange/) | ||
|
||
## Example Code | ||
This project offers example code in both Python and PHP. | ||
|
||
There is example code for searching threat indicators and malware samples | ||
in the /threat\_indicators and malware directories, respectively. | ||
This project offers example code in Python, PHP and Ruby. There is also a refernce user interface to ThreatExchanage, which is fully client-side, and written in Javascript! | ||
|
||
## Blog | ||
You can get details on the ThreatExchange platform, new features and other updates via our blog at [https://www.facebook.com/threatexchange](https://www.facebook.com/threatexchange). | ||
|
||
## Getting Access | ||
To request access to ThreatExchange, please submit an application via [https://threatexchange.fb.com/](https://threatexchange.fb.com/). | ||
To request access to ThreatExchange, please submit an application via [https://developers.facebook.com/products/threat-exchange/](https://developers.facebook.com/products/threat-exchange/). | ||
|
Oops, something went wrong.