• v7.0.8
    • v7.11.0 (latest)
    • v7.10.0
    • v7.9.0
    • v7.8.0
    • v7.7.0
    • v7.6.0
    • v7.5.0
    • v7.3.0
    • v7.2.0
    • v7.1.1
    • v7.1.0
    • v7.0.8
  • Services & Support
  • Devo.com
  • Contact
    • Contact Us
    • Request a Demo
    • Partner Inquiry
  • Log In
    • USA Devo
    • EU Devo
PREVIOUS
IP Protocol (ipprotocol)
NEXT
IP Reputation Tags (reputation)

Searching data / Building a query / Operations reference / Network group / IP Reputation Score (reputationscore)

Download as PDF

IP Reputation Score (reputationscore)

Description

Assigns a reputation score to an IP address. The reputation score is achieved by calculating an average of scores obtained from several public IP reputation score resources.

The reputation score scale is from 0 to 100. The higher the score, the worse the reputation. 

How does it work in the search window?

Select Create column in the search window toolbar, then select the IP Reputation Score operation. This operation needs only one argument which must be a valid IPv4 address.

Argument

Data type

Reputation (mandatory)
ip

The data type of the new column is integer.

Example

Let's get the reputation score of the addresses in the clientIpAddress field in our demo.ecommerce.data table.  Click Create column and select the IP Reputation Score operation. Choose the clientIpAddress column as the argument and assign a name to the new column - let's call it reputationScore.

Click Create column and you'll see the new reputationScore column containing integer values.

How does it work in LINQ?

Use the operator select... as...  to apply the Create column operation. This is the valid format of the operation:

  • reputationscore(ip)

Examples

Copy the following LINQ script and use it to replicate the previous example.

from demo.ecommerce.data
select reputationscore(ip) as reputationScore
Download as PDF

PREVIOUS
IP Protocol (ipprotocol)
NEXT
IP Reputation Tags (reputation)

Export

See what Devo can do for you. Request a demo!
Discover what's new (Release notes)
  • v7.0.8
    • v7.11.0 (latest)
    • v7.10.0
    • v7.9.0
    • v7.8.0
    • v7.7.0
    • v7.6.0
    • v7.5.0
    • v7.3.0
    • v7.2.0
    • v7.1.1
    • v7.1.0
    • v7.0.8
  • Services & Support
  • Devo.com
  • Contact
    • Contact Us
    • Request a Demo
    • Partner Inquiry
  • Log In
    • USA Devo
    • EU Devo
  • +1 888 6830910 (USA)
  • +34 900 838 880 (Spain)
Copyright © 2019 Legal Terms Privacy Policy Cookies Policy

Powered by Confluence and Scroll Viewport