Skip to main content

Aggregates the output of one or more tools

Project description

PyFunnels

The goal of PyFunnels is to create a collaborative code library which makes integrating data into automated workflows easier. The library acts as a centralized location where everyone can contribute and use code.

PyFunnels consists of multiple classes structured modularly so that additional tools and data points can be easily added and work independently of one another. The classes within the library can be thought of as a catalog of tools and methods to retrieve data. Not all data point methods are required for each tool, meaning a new tool can be added with only a single method. Ideally, all data points would be supported for each tool but this structure allows the functionality to grow organically and makes it easy to contribute code to the project.

The library reduces the time it takes information security professionals to utilize output from tools. For example, consider the following workflow:

  1. Collect data with tool one.
  2. Collect data with tool two.
  3. Write code to isolate the data for tool one.
  4. Write code to isolate and data for tool two.
  5. Merge data into a standard format.
  6. Remove duplicated data.
  7. Expose normalized data.

To summarize, this workflow can be reduced to the following using PyFunnels:

  1. Specify output files
  2. Initiate an object.
  3. Use method on the object.
  4. Expose normalized data.

PyFunnels has been purposely structured for ease of use and extensibility to new tools and data points. Users of the library are encouraged to contribute code for new tools and data points they find useful. Whenever a user creates Python3 code to isolate data from the output of a tool, he or she is encouraged to commit that code to PyFunnels so others in the community can use it as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyFunnels-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

PyFunnels-0.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page