Malware Analyses Endpoint Removed
The /malware_analyses
endpoint has been removed and is no longer available on any versions.
Malware Analyses Endpoint Deprecated
/malware_analyses
endpoint is deprecated. It is not available on v17 or later and will be removed for all versions on August 21, 2023.Malware Endpoint Removal
/malware_analyses
and /malware_families
, as well as assoicated malware objects are being removed, and will soon be unavailable on all versions.Permanent deletion of expired data
expire_time
will be permanently deleted at the expiration time indicated and will no longer be visible.expired_on
field to the current time to have the data deleted immediately.New tooling for a new generation
This round of updates is all about bulk!
In response to more great feedback on the ThreatExchange UI, we're proud to announce the following updates:
In response to lots of great feedback on the ThreatExchange UI, we're proud to announce the following updates:
Thanks for the great feedback, and please keep hitting the bugnub at the upper-right-hand corner of the UI and let us know how we can improve ThreatExchange!
New Features
Changes
New Features
You can now add ThreatTags to MalwareAnalyses, ThreatDescriptors, and MalwareFamilies. You can also filter search results by tags and find a list of tags people are using in ThreatExchange via the /threat_tags endpoint.
ThreatExchange now supports Webhooks. With Webhooks support for MalwareAnalyses, ThreatDescriptors, and MalwareFamilies, your server can be notified in realtime when new threat intelligence is added to ThreatExchange. Please see our Webhooks For ThreatExchange Guide for plug-and-play code.
A new parameter in Threatexchange, sort_by, allows you to choose whether to sort search results by RELEVANCE or by CREATE_TIME. When sorting by RELEVANCE, your query will return results sorted by similarity against your text query.
Deprecations
There were a large number of changes made in Platform version 2.4. You may continue to use Platform version 2.3, without those changes, until 8 Dec 2015. On that day support for version 2.3 will be disabled.
The most important change in version 2.4 was was the introduction of the descriptor model. On version 2.3 and below, all data was stored on the indicator. Beginning with version 2.4, we split information into objective and subjective categories. Objective information is data which everybody can see and agree upon. It may change over time, but everybody sees the same data. For example, the WHOIS registration for a domain name is objective. Subjective information represents somebody's opinion on the data. Different people may have different opinions. For example, the status of a domain as being MALICIOUS or NON_MALICIOUS.
Objective information will remain stored on indicators. For the most part, Facebook will be the only party updating objective information. Subjective information is now stored on a new structure called a descriptor. We have added API calls to create, edit, and search for descriptors. Each AppID may have one descriptor per indicator. Each descriptor has an edge connecting it to a threat indicator. Each indicator has edges to one or more descriptors.
We currently do not support connections between descriptors. Connections between indicators will remain the only way to associate threat information for the time being.