-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Honeypot Implementation Guide (#206)
Co-authored-by: AmirZandiehprojects <[email protected]>
- Loading branch information
1 parent
f2c0336
commit 7f0887a
Showing
31 changed files
with
821 additions
and
41 deletions.
There are no files selected for viewing
803 changes: 803 additions & 0 deletions
803
docs/cybersecurity/Blue Team/Cowrie-Honeypot-Implementation-Guide.md
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,14 +279,14 @@ | |
"@jridgewell/gen-mapping" "^0.3.5" | ||
"@jridgewell/trace-mapping" "^0.3.24" | ||
|
||
"@babel/[email protected]": | ||
"@babel/[email protected]", "@babel/code-frame@^7.5.5": | ||
version "7.10.4" | ||
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz" | ||
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== | ||
dependencies: | ||
"@babel/highlight" "^7.10.4" | ||
|
||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": | ||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.8.3": | ||
version "7.26.2" | ||
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" | ||
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== | ||
|
@@ -2653,12 +2653,11 @@ | |
"@types/react" "*" | ||
|
||
"@types/react@*": | ||
version "18.2.64" | ||
resolved "https://registry.npmjs.org/@types/react/-/react-18.2.64.tgz" | ||
integrity sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg== | ||
version "18.3.16" | ||
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.16.tgz" | ||
integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/[email protected]": | ||
|
@@ -2673,11 +2672,6 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/scheduler@*": | ||
version "0.16.8" | ||
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz" | ||
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A== | ||
|
||
"@types/send@*": | ||
version "0.17.4" | ||
resolved "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz" | ||
|
@@ -3641,7 +3635,7 @@ braces@^3.0.2, braces@~3.0.2: | |
dependencies: | ||
fill-range "^7.1.1" | ||
|
||
[email protected]: | ||
[email protected], browserslist@^4.12.0: | ||
version "4.14.2" | ||
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.14.2.tgz" | ||
integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw== | ||
|
@@ -3651,7 +3645,7 @@ [email protected]: | |
escalade "^3.0.2" | ||
node-releases "^1.1.61" | ||
|
||
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.23.0, browserslist@^4.23.1, browserslist@^4.23.3, browserslist@^4.24.0, browserslist@^4.24.2: | ||
browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.23.0, browserslist@^4.23.1, browserslist@^4.23.3, browserslist@^4.24.0, browserslist@^4.24.2: | ||
version "4.24.2" | ||
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz" | ||
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg== | ||
|
@@ -4294,12 +4288,12 @@ console-stream@^0.1.1: | |
resolved "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz" | ||
integrity sha512-QC/8l9e6ofi6nqZ5PawlDgzmMw3OxIXtvolBzap/F4UDBJlDaZRSNbL/lb41C29FcbSJncBFlJFj2WJoNyZRfQ== | ||
|
||
[email protected], content-disposition@^0.5.2: | ||
[email protected]: | ||
version "0.5.2" | ||
resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz" | ||
integrity sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA== | ||
|
||
[email protected]: | ||
[email protected], content-disposition@^0.5.2: | ||
version "0.5.4" | ||
resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" | ||
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== | ||
|
@@ -4795,7 +4789,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0: | |
dependencies: | ||
ms "2.0.0" | ||
|
||
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.3.1: | ||
debug@4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1: | ||
version "4.3.4" | ||
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" | ||
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | ||
|
@@ -4816,13 +4810,6 @@ debug@^3.1.0, debug@^3.2.7: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.1.1: | ||
version "4.3.7" | ||
resolved "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz" | ||
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== | ||
dependencies: | ||
ms "^2.1.3" | ||
|
||
decamelize@^1.1.2: | ||
version "1.2.0" | ||
resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" | ||
|
@@ -6304,7 +6291,7 @@ fs.realpath@^1.0.0: | |
|
||
fsevents@~2.3.2: | ||
version "2.3.3" | ||
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" | ||
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz" | ||
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== | ||
|
||
fstream@^1.0.12: | ||
|
@@ -9384,29 +9371,24 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: | |
braces "^3.0.2" | ||
picomatch "^2.3.1" | ||
|
||
[email protected]: | ||
[email protected], "mime-db@>= 1.43.0 < 2", mime-db@^1.28.0: | ||
version "1.52.0" | ||
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" | ||
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== | ||
|
||
"mime-db@>= 1.43.0 < 2": | ||
version "1.53.0" | ||
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz" | ||
integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg== | ||
|
||
mime-db@^1.28.0, mime-db@~1.33.0: | ||
mime-db@~1.33.0: | ||
version "1.33.0" | ||
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz" | ||
integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ== | ||
|
||
[email protected], mime-types@^2.1.12: | ||
[email protected]: | ||
version "2.1.18" | ||
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz" | ||
integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ== | ||
dependencies: | ||
mime-db "~1.33.0" | ||
|
||
mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: | ||
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34: | ||
version "2.1.35" | ||
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" | ||
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== | ||
|
@@ -9517,7 +9499,7 @@ [email protected], ms@^2.1.1: | |
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" | ||
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | ||
|
||
[email protected], ms@^2.1.3: | ||
[email protected]: | ||
version "2.1.3" | ||
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" | ||
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== | ||
|
@@ -11668,7 +11650,7 @@ [email protected], recursive-readdir@^2.2.2: | |
prism-react-renderer "^2.3.1" | ||
react "^18.0.0" | ||
react-dom "^18.0.0" | ||
redback-documentation "file:../Users/karmadra/AppData/Local/Yarn/Cache/v6/npm-redback-documentation-0.0.0-86e67a79-8361-4bb0-ae64-be5e0ab272de-1733832363539/node_modules/redback-documentation" | ||
redback-documentation "file:../../../Library/Caches/Yarn/v6/npm-redback-documentation-0.0.0-87778d40-fccf-4995-8155-adf15549e4d9-1734227025119/node_modules/redback-documentation" | ||
rehype-katex "^7.0.1" | ||
remark-math "^6.0.0" | ||
yarn "^1.22.22" | ||
|
@@ -12260,12 +12242,7 @@ semver@^6.3.1: | |
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz" | ||
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== | ||
|
||
semver@^7.3.2: | ||
version "7.6.3" | ||
resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz" | ||
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== | ||
|
||
semver@^7.3.5, semver@^7.3.7, semver@^7.5.4: | ||
semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4: | ||
version "7.6.0" | ||
resolved "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz" | ||
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== | ||
|