urlhaus_monitor 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -7
- data/lib/urlhaus_monitor/notifier.rb +0 -3
- data/lib/urlhaus_monitor/version.rb +1 -1
- data/screenshots/example.png +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ab425ef3c7c6341ab00025e91db261402152de32f40ed8319dbc9c5b778b8aa
|
|
4
|
+
data.tar.gz: 5d9454d6e9d4f0954349e156ace71404868e82cd49eb256e158a519c610a7ff8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4eb9f0cb240b7bb7c6a8c83e4b991e31bcba56dae16f71263f6741beb8002dec773caf33def7f4292ba5ff05594dd5e60c56550c1604fbca316dbb1590276bd5
|
|
7
|
+
data.tar.gz: 7515d9d4ce506dfd504c1918837739b2ee02aaae3279bdb75a834b79181d95a89a3091fc801c5fd4431a5a7edcf7f79212e7838cb59ea0df78652f13e7f2a624
|
data/README.md
CHANGED
|
@@ -9,11 +9,12 @@ A monitoring tool for [URLhaus](https://urlhaus.abuse.ch/) feeds.
|
|
|
9
9
|
|
|
10
10
|
- URLhaus feeds lookup by AS number, country code and TLD.
|
|
11
11
|
- Slack notification.
|
|
12
|
+
- Caching.
|
|
12
13
|
|
|
13
14
|
## Installation
|
|
14
15
|
|
|
15
16
|
```bash
|
|
16
|
-
|
|
17
|
+
gem install urlhaus_monitor
|
|
17
18
|
```
|
|
18
19
|
|
|
19
20
|
## Usage
|
|
@@ -39,15 +40,11 @@ Please set the following environmental variables for enabling Slack notification
|
|
|
39
40
|
## Screenshots
|
|
40
41
|
|
|
41
42
|
```bash
|
|
42
|
-
|
|
43
|
+
urlhaus_monitor lookup_by_tld jp
|
|
43
44
|
```
|
|
44
45
|
|
|
45
|
-

|
|
46
47
|
|
|
47
48
|
## License
|
|
48
49
|
|
|
49
50
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
```
|
data/screenshots/example.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: urlhaus_monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Manabu Niseki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|