Skip to content

Commit ed263ac

Browse files
committed
Added support for fraud score
1 parent c9841d8 commit ed263ac

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 IP2Location.com
1+
Copyright (c) 2025 IP2Location.com
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is IP2Proxy filter plugin for Logstash that enables Logstash's users to rev
33

44
For the methods to use IP2Proxy filter plugin with Elastic Stack (Elasticsearch, Filebeat, Logstash, and Kibana), please take a look on this [tutorial](https://blog.ip2location.com/knowledge-base/how-to-use-ip2proxy-filter-plugin-with-elastic-stack).
55

6-
*Note: This plugin works in Logstash 7 and Logstash 8.*
6+
*Note: This plugin works in Logstash 7, 8 and 9*
77

88

99
## Dependencies (IP2PROXY BIN DATA FILE)
@@ -102,6 +102,7 @@ output {
102102
|ip2proxy.country_long|the ISO3166-1 country name of the proxy|
103103
|ip2proxy.country_short|the ISO3166-1 country code (two-characters) of the proxy|
104104
|ip2proxy.domain|the domain name of proxy's IP address or domain name|
105+
|ip2proxy.fraud_score|the potential risk score (0 - 99) associated with IP address. A higher IP2Proxy Fraud Score indicates a greater likelihood of fraudulent activity and a lower reputation|
105106
|ip2proxy.is_proxy|Check whether if an IP address was a proxy. Returned value:<ul><li>-1 : errors</li><li>0 : not a proxy</li><li>1 : a proxy</li><li>2 : a data center IP address</li></ul>|
106107
|ip2proxy.isp|the ISP name of the proxy|
107108
|ip2proxy.last_seen|the last seen days ago value of proxy's IP address or domain name|
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
require 'jar_dependencies'
2-
require_jar('com.ip2proxy.ip2proxy', 'ip2proxy', '3.4.0')
2+
require_jar('com.ip2proxy.ip2proxy', 'ip2proxy', '3.5.0')
33
require_jar('com.google.gson', 'gson', '2.11.0')
4-
require_jar('org.logstash.filters', 'logstash-filter-ip2proxy', '2.4.0')
4+
require_jar('org.logstash.filters', 'logstash-filter-ip2proxy', '2.5.0')

logstash-filter-ip2proxy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-filter-ip2proxy'
4-
s.version = '2.4.0'
4+
s.version = '2.5.0'
55
s.licenses = ['Apache-2.0']
66
s.summary = "Logstash filter IP2Proxy"
77
s.description = "IP2Proxy filter plugin for Logstash enables Logstash's users to reverse search of IP address to detect VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges and residential proxies using IP2Proxy BIN database."
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)