Skip to content

Commit

Permalink
Changing version, enabling caching and adding hosted Docker image to …
Browse files Browse the repository at this point in the history
…service manifest.
  • Loading branch information
jershmagersh committed Jan 6, 2021
1 parent 056c458 commit 40a3a61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service_manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: UNPACME
version: 1
version: 0.1
description: This service submits 32-bit Portable Executables to unpac.me and provides the results.

accepts: executable/windows/pe32
Expand All @@ -10,7 +10,7 @@ category: Dynamic Analysis

file_required: true
timeout: 600
disable_cache: true
disable_cache: false

enabled: true
is_external: true
Expand Down Expand Up @@ -38,7 +38,7 @@ heuristics:
description: Binary contains an applied malware ID.

docker_config:
image: localhost:5000/assemblyline-service-unpacme:latest
image: jershmagersh/assemblyline-service-unpacme:latest
cpu_cores: 0.25
ram_mb: 128
allow_internet_access: true

0 comments on commit 40a3a61

Please sign in to comment.