Skip to content

Releases: SpamScope/spamscope

SpamScope v1.5.5

01 Jul 17:25
Compare
Choose a tag to compare

Highlights

  • Upgraded requirements: Apache Tika, Streamparse and Shodan
  • Resolved bug JsonSerializer in Shodan report. Issue #368 Streamparse
  • Resolved bug in Elasticsearch template to manage Shodan report
  • Added .editorconfig to setup editor for SpamScope

SpamScope v1.5.3

28 May 14:36
Compare
Choose a tag to compare

Highlights

  • Auto build docker images with Travis.
  • Changed function to make base64 decode.
  • Manage incorrect padding errors for base64 attachments and report in results.

SpamScope v1.5.2

24 May 10:58
Compare
Choose a tag to compare

Highlights

  • Upgraded elasticsearch template.
  • Manage HTTPError in Zemana integration.

SpamScope v1.5.1

22 May 21:16
Compare
Choose a tag to compare

Highlights

  • Upgraded requirements: streamparse and elasticsearch.
  • analisys_date field in attachments analysis.
  • Bugfixes.

SpamScope v1.5.0

17 May 21:55
Compare
Choose a tag to compare
SpamScope v1.5.0 Pre-release
Pre-release

Highlights

  • Added new network bolt: now it's possible to analyze the sender ip address.
  • Updated Apache Storm version (1.1.0).
  • Mark mail as phishing only if there are urls.
  • Fixed Thug analysis for files in archive.
  • Fixed attachments filter function.

⚠️ Breaking Changes ⚠️

  • New flag for attachments: with_raw_attachments. If true mail has attachments.
    If with_attachments is true the mail has attachments that are not filtered.

⚠️ New configuration sections ⚠️

  • Added two new fields to tokenizer bolt, to filter analysis of sender ip address:
+    # If True the same ip address is filtered and not analyzed.
 +    filter_network: True
 +
 +    # Max number of hashes saved for filter function
 +    maxlen_network: 1000000
  • New section for network bolt:
+# Network bolt configuration
 +network:
 +    shodan:
 +        enabled: False
 +        api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 +
 +    virustotal:
 +        enabled: False
 +        api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

SpamScope v1.4.10

25 Apr 17:18
Compare
Choose a tag to compare

Highlights

  • Fixed bug Redis client: issue push messages empty.
  • Fixed report Zeman: report Zemana only in attachments documents.

SpamScope v1.4.9

25 Apr 08:35
Compare
Choose a tag to compare

Highlights

  • Fixed bug template Elasticsearch, to manage geoip and draw sender spam map.

SpamScope v1.4.8

25 Apr 08:32
Compare
Choose a tag to compare

Highlights

  • Fixed bug topology Redis. Now it's possible use SpamScope with logstash.

SpamScope v1.4.7

19 Apr 22:44
Compare
Choose a tag to compare

Highlights

  • Upgraded requirements: new version of mail-parser.
  • Fixed bugs: now more stable.
  • New Zemana AntiMalware integration: post processing attachments. New configuration section in attachments bolt.
+    zemana:
 +        enabled: False
 +
 +        PartnerId: xxxxx
 +        UserId: xxxxx
 +        ApiKey: xxxxx
 +        useragent: SpamScope

SpamScope v1.4.6

01 Apr 16:06
Compare
Choose a tag to compare

Highlights

  • Upgraded requirements: new versions of mail-parser and tika-app.
  • Fixed bugs: now more stable.
  • More attachments processes: upgraded parallelism for attachment bolt.