Skip to main content

Pipeline Plugin for Akamai Data

Project description

Overview

This repo contains the scripts necessary to parse Akamai property and redirect configs and ingest them into Neo4j. It is a starting point to help visualize your external attack surface within Akamai.

LinkedIn Blog post

Setup Neo4j

  1. Download and install Neo4j: https://neo4j.com/docs/desktop-manual/current/installation/download-installation/
  2. Create and start database (version 5.7.0: https://neo4j.com/docs/desktop-manual/current/operations/create-dbms/
  3. Install APOC: https://neo4j.com/docs/apoc/5/installation/

Download Akamai credentials

  1. Create and download akamai credentials: https://techdocs.akamai.com/developer/docs/set-up-authentication-credentials

NOTE: These values will be used in your .env

Install and run the app

  1. Install python3: https://www.python.org/downloads/
  2. Install poetry: https://python-poetry.org/docs/#installation
  3. Install nodestream: https://nodestream-proj.github.io/nodestream/0.5/docs/tutorial/
  4. Generate a new nodestream project
  5. Add nodestream-akamai to your project dependencies in your nodestream projects pyproject.toml file.
  6. Install necessary dependencies: poetry install
  7. In nodestream.yaml add the following:
plugin_config:
  akamai:
    base_url: !env AKAMAI_BASE_URL
    client_token: !env AKAMAI_CLIENT_TOKEN
    client_secret: !env AKAMAI_CLIENT_SECRET
    access_token: !env AKAMAI_ACCESS_TOKEN
    # If you are using an akamai account key add the following line:
    account_key: !env AKAMAI_ACCOUNT_KEY
targets:
  my-db:
    database: neo4j 
    uri: bolt://localhost:7687
    username: neo4j
    password: neo4j123
  1. Set environment variables in your terminal session for: AKAMAI_BASE_URL, AKAMAI_CLIENT_TOKEN, AKAMAI_CLIENT_SECRET, AKAMAI_ACCESS_TOKEN and if using an akamai account key AKAMAI_ACCOUNT_KEY.
  2. Verify nodestream has loaded the pipelines: poetry run nodestream show
  3. Use nodestream to run the pipelines: poetry run nodestream run <pipeline-name> --target my-db

Property rule pipeline: AkamaiPropertyRule keying

As of 0.16.2 the property-rule pipeline keys AkamaiPropertyRule nodes on the rule's position in the Akamai rule tree: (proxy_id, rule_path), where rule_path is the ordinal index path from the root (ROOT, 3.0, 3.0.1, …). The rule's human-readable name breadcrumb is stored as the full_path property.

Previously these nodes were keyed on (proxy_id, rule_name, hostname), which is not unique — Akamai rule names repeat across a property's tree and most rules have no hostname criterion — so the NODE KEY constraint could not be created (Neo.DatabaseError.Schema.ConstraintCreationFailed). A path-eligible rule is also now written as a Path node only (never both a Path and an AkamaiPropertyRule).

If a database was loaded by an older plugin version that used the old key, do not just rerun the pipeline: the old nodes have no rule_path, so a rerun creates a parallel set of correctly-keyed nodes and leaves the old ones behind. Instead, drop the plugin-owned AkamaiPropertyRule subgraph, (re)create the constraint, then rerun the pipeline so nodes repopulate under the new key.

Find databases that still hold old property-rule nodes:

MATCH (r:AkamaiPropertyRule)
WHERE r.rule_path IS NULL
RETURN count(r) AS old_rule_nodes

Using make

  1. Install make (ie. brew install make)
  2. Run make run

Install Bloom visualization

  1. For detailed instructions on how to import a perspective: https://neo4j.com/docs/bloom-user-guide/current/bloom-perspectives/perspective-creation/
  2. Download the perspective to a file https://github.com/ccloes/neo4j-akamai/blob/main/Bloom_Perspective.json

Using the saved cypher queries

  1. Type show endpoint <some.fqdn.com> (this will show that endpoint and the relationships to it)
  • show endpoint <fqdn>
  1. Type show akamai graph (this will show the current akamai data loaded in the graph)
  • show akamai graph
  1. Type show schema (this will show the graph schema and how the nodes relate and their relationships)
  • show schema

Schema visualization

Arrows.app link

Authors

  • Zach Probst
  • Chad Cloes
  • Bryan Norman
  • Gabe Gallagher
  • Stuart Macleod
  • Grant Hoffman

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

nodestream_plugin_akamai-0.16.2.tar.gz (43.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nodestream_plugin_akamai-0.16.2-py3-none-any.whl (69.2 kB view details)

Uploaded Python 3

File details

Details for the file nodestream_plugin_akamai-0.16.2.tar.gz.

File metadata

File hashes

Hashes for nodestream_plugin_akamai-0.16.2.tar.gz
Algorithm Hash digest
SHA256 8d3513d1fb3021fa404df134369d4147aac6d6237cc69093471267e71fa893e5
MD5 38358c37190a857ead2f36b18a7d84e1
BLAKE2b-256 cb9de82c6c8536a4342277b05418ae1d1381d06ee26a33ad416da2fbd0fdbc90

See more details on using hashes here.

Provenance

The following attestation bundles were made for nodestream_plugin_akamai-0.16.2.tar.gz:

Publisher: release.yaml on nodestream-proj/nodestream-plugin-akamai

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nodestream_plugin_akamai-0.16.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nodestream_plugin_akamai-0.16.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1c2c8b0be92eea84deb9a89b3760a4f6a3b94d97ea7c90dad33add1eaffbfdc5
MD5 a3f7f394247bc0d1f0f2f8211a35b1bc
BLAKE2b-256 b270b8091e14e45b47f9fb7d373f2d664cfbaa66e8ad1b8a181ccbc870dad5b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nodestream_plugin_akamai-0.16.2-py3-none-any.whl:

Publisher: release.yaml on nodestream-proj/nodestream-plugin-akamai

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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