Merge pull request #156 from TaddWood/spot-296-update-copyright-year-in-master

Spot 296 update copyright year in master
tree: e1852de526266763e0f1937b442b1536311952bd
  1. dev/
  2. docs/
  3. spot-ingest/
  4. spot-ml/
  5. spot-oa/
  6. spot-setup/
  7. .gitignore
  8. .gitmodules
  9. DISCLAIMER
  10. issues-subscribe@spot.incubator.apache.org
  11. LICENSE
  12. NOTICE
  13. README.md
README.md

Apache Spot (Incubating)

Apache Spot is open source software for leveraging insights from flow and packet analysis. It helps enterprises and service providers gain insight on their computing environments through transparency of service delivery and identification of potential security threats or attacks happening among resources operating at cloud scale.

While current threat intelligence tools help, identifying unknown threats and attacks remains a challenge. Apache Spot provides tools to accelerate companies’ ability to expose suspicious connections and previously unseen attacks using flow and packet analysis technologies.


Overview

With the arrival of big data platforms, security organizations can now make data-driven decisions about how they protect their assets. Records of network traffic, captured as network flows, are often stored and analyzed for use in network management. An organization can use this same information to gain insight into what channels corporate information flows through.

By taking into account additional context such as prevalent attacks and key protocols to the organization, the security team can develop a strategy that applies the right amount of per-channel risk mitigation based on the value of the data flowing through it. For an organization, we call this “the port perspective”.

There are two vectors that all organizations should evaluate:

  • A “wide enough, deep enough” protection strategy that involves both edge prevention and sophisticated detection of unusual behavior

  • A deep inspection of key protocols using methods that can scale to the volume of data flowing across that channel

While inspecting specific, unique flows of data that may be important for individual organizations, all organizations can realize significant risk reduction from analysis of network flows and DNS (domain name service) replies.

Apache Spot by leveraging strong technology in both Big Data and Scientific Computing disciplines is a solution intended to support this strategy by focusing on “hard security problems” detecting events such as lateral movement, side-channel data escapes, insider issues, or stealthy behavior in general.

Telemetry

  • Flows.
  • DNS (pcaps).
  • Proxy.

Parallel Ingest Framework

  • Open source decoders.
  • Load data in Hadoop.
  • Data transformation.

Machine Learning

  • Filter billion of events to a few thousands.
  • Unsupervised learning.

Operational Analytics

  • Visualization.
  • Attack heuristics.
  • Noise filter.

Try the Apache Spot UI with example data:

Running Demo on Docker

  1. Install Docker for your platform
  2. Run the container: docker run -it -p 8889:8889 apachespot/spot-demo
  3. visit http://localhost:8889/files/ui/flow/suspicious.html#date=2016-07-08 in your browser to get started

For the full instructions visit the spot on Docker hub

Getting Started

Apache Spot can be installed by following our installation manual. To get started, check out the installation instructions in the documentation.

Documentation (Developer Guide)

Apache Spot functionality is divided into different modules, go to each module for developer documentation:

Community Support

Our Central repository for our Apache Spot solution is found here. If you find a bug, have question or something to discuss please contact us:

Contributing to Apache Spot

Help us improve Apache Spot!

Apache Spot is Apache 2.0 licensed and accepts contributions via GitHub pull requests. Please follow the next steps and join our community.

Contributing to Apache Spot code

  • Fork the repo of the module that you wish to commit to.
  • Create a Branch, we use topic branches for our commits.
  • Push your commit(s) to your repository.
  • Create a pull request to the original repo in Apache Spot organization. (See Below for Merging details)

Commit Guidelines

  • Bug fixes should be a single commit.
  • Please be clear with the commit messages about what you are fixing or adding to the code base. If you code is addressing an open issue please add the reference to the issue in the comments with: Fix: Issue's URL.

Merge Process

Thanks for considering to contribute to the Spot Project. In order to help make the process a little eaiser for everyone, please follow these steps.

  1. In order to start the merge process please open a ticket in the Spot Jira and take note of the Issue key (SPOT-###).
  2. Next, open a Pull-Request (PR) and reference the Issue key in the title of the PR. If you have any question or concern please feel free to add a comment in your pull request or branch and tag any of the maintainers.
  3. Now, it‘s time for the community to provide feedback on your commit. Getting community feedback can be hard, but start by sending a message to the Dev list; and make sure you’re subscribed to the Dev List.
  4. At the same time, maintainers will be taking a look at your PR. The more community input you can get, in the form of comments rather than +1s, the more attention maintainers will give. There are is a manual and an automatic merge process
    • Manual: When a Project maintainer has given a ‘+1’ in the comments, then you're PR has been accepted. However, it must be manually merged by a maintainer at this point.
    • Automatic: This process initiates when 3 maintainers provide a ‘+1’
    • Note: if there are any merge conflicts you will have to come back and fix them before the process can continue.

Licensing

Apache Spot is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Maintainers

Thanks