This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am DeathsPirate on github. | |
* I am deathspirate (https://keybase.io/deathspirate) on keybase. | |
* I have a public key whose fingerprint is BC39 34A0 DF78 5A3C EBA7 4147 C6A2 41E9 D5FB 9C24 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"args": "http://157.52.151.215/s443ls", | |
"user": "root", | |
"datetime": "2019-03-01 12:29:29:276538", | |
"type": "spyusers", | |
"processInfo": 7960, | |
"containerName": "honeypot-157.52.151.215", | |
"containerId": "e6a625ff7a00", | |
"srcaddr": "157.52.151.215", | |
"baseCommand": "wget", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"args": "http://157.52.151.215/s443ls", | |
"user": "root", | |
"datetime": "2019-03-01 12:29:29:276538", | |
"type": "spyusers", | |
"processInfo": 7960, | |
"containerName": "honeypot-157.52.151.215", | |
"containerId": "e6a625ff7a00", | |
"command": "wget" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: furnace-honey | |
platform: | |
aws: {defaultBatchSize: 10} | |
state: | |
repo: 'https://github.com/{YourGitAccount}/{YourStackStateRepo}' | |
environments: | |
- dev | |
- staging | |
- prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: honeylogs | |
type: KinesisStream | |
initialize: false | |
aws: | |
shardCount: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: honeylogs-tap | |
module: honeytap | |
source: honeylogs | |
aws: | |
shardCount: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
async def processEvent(event): | |
# Do event processing here ... | |
return event |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: enrichment | |
modules: | |
- name: lookup-geo | |
- name: honeyenrich |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- tap: honeylogs-tap | |
pipeline: enrichment | |
- pipeline: enrichment | |
sink: es-sink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: es-sink | |
type: AwsFirehose | |
resource: es | |
aws: | |
destination: elasticsearch | |
elasticsearchConfiguration: | |
indexName: hpevents | |
typeName: hpevent |
OlderNewer