forked from opendxl/opendxl-tie-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
38 lines (26 loc) · 1.51 KB
/
README
File metadata and controls
38 lines (26 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
McAfee Threat Intelligence Exchange (TIE) DXL Python Client Library
===================================================================
Overview
--------
The `McAfee Threat Intelligence Exchange <http://www.mcafee.com/us/products/threat-intelligence-exchange.aspx>`_
(TIE) DXL Python client library provides a high level wrapper for the TIE
`Data Exchange Layer <http://www.mcafee.com/us/solutions/data-exchange-layer.aspx>`_ (DXL) API.
The purpose of this library is to allow users to access the features of TIE (manage reputations, determine where a
file has executed, etc.) without having to focus on lower-level details such as TIE-specific DXL topics and message
formats.
Documentation
-------------
See the `GitHub Wiki <https://github.com/opendxl/opendxl-tie-client-python/wiki>`_ for an overview of the
McAfee Threat Intelligence Exchange (TIE) DXL Python client library and examples.
See the `McAfee Threat Intelligence Exchange (TIE) DXL Python Client Library Documentation
<https://opendxl.github.io/opendxl-tie-client-python/pydoc>`_ for installation instructions, API documentation,
and examples.
Bugs and Feedback
-----------------
For bugs, questions and discussions please use the `GitHub Issues <https://github.com/opendxl/opendxl-tie-client-python/issues>`_.
LICENSE
-------
Copyright 2018 McAfee LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
`<http://www.apache.org/licenses/LICENSE-2.0>`_