Giter Site home page Giter Site logo

splunk / sa-awsassets Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 898 KB

This supporting add-on comes with prebuilt content for AWS data to be easily used with Splunk Enterprise Security's asset database.

Home Page: https://splunk.github.io/SA-AwsAssets/

License: Other

aws splunk splunk-enterprise-security

sa-awsassets's Introduction

SA-AwsAssets

Splunk Subreddit Splunk Slack Splunk Community

AWS Assets for Splunk Enterprise Security

Documentation · Splunkbase . Report a Bug

License Appinspect GitHub release (latest SemVer) Splunkbase Downloads

This supporting add-on comes with prebuilt content for AWS asset data to be easily used with Splunk Enterprise Security's asset database.

Important

This supporting add-on is only intended to work with Splunk Enterprise Security deployments

About

Info Description
SA-AwsAssets 1.0.4 - Splunkbase
Splunk Enterprise Security Version (Required) 7.x | 6.x
Splunk Add-on for AWS (Required) 6.x

Disclaimer

This Splunk Supporting Add-on is not affiliated with AWS, Inc. and is not sponsored or sanctioned by the AWS team. Please visit https://aws.amazon.com/ for more information about AWS.

sa-awsassets's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar zachchristensen28 avatar zachthesplunker avatar

Stargazers

 avatar

Watchers

 avatar  avatar

sa-awsassets's Issues

nt_host field contains duplicate values

Describe the bug
The nt_host field contains duplicate values.

To Reproduce
n/a

Expected behavior
unique values for nt_host field

Screenshots
n/a

Versions (please complete the following information):

Additional context
fix my adding mvdedup command to the nt_host field.

Lookup file error, unknown path or update time

Describe the bug
Full output of issue:

file=identity_manager.py:lookup_last_update:387 | status="Lookup file error, unknown path or update time" name=crowdstrike_devices

To Reproduce
Run the following search:

index=_internal sourcetype="identity_correlation:modular_input" ERROR

Expected behavior
No errors from the identity manager.

Screenshots
n/a

Versions (please complete the following information):

Additional context
n/a

EC2 instances with multiple network interfaces do not get their ip and mac address fields rendered correctly

Describe the bug
EC2 instances with multiple network interfaces do not get their ip and mac address fields rendered correctly in that they are treated as mv fields rather than a pipe-concatenated string.

Expected behavior
According to https://docs.splunk.com/Documentation/ES/latest/Admin/Formatassetoridentitylist, if an asset has multiple IP addresses, these should be separated by a pipe character. Ditto for multiple MAC addresses.

Versions (please complete the following information):

  • SA-AwsAssets Version (This add-on): 1.0.2

Additional context
I believe that the fix is to simply add the following after the call to iplocate:

| eval ip = mvjoin(ip,"|")
| eval mac = mvjoin(mac,"|")

It should be noted that the call to iplocation will also fail if there are multiple interfaces. I'm not sure how to handle it, other than simply using the first interface perhaps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.