Home
last modified time | relevance | path

Searched refs:reputation (Results 1 – 25 of 2351) sorted by relevance

12345678910>>...95

/dports/security/suricata/suricata-6.0.4/doc/userguide/reputation/ipreputation/
H A Dip-reputation-config.rst11 #reputation-categories-file: /etc/suricata/iprep/categories.txt
12 #default-reputation-path: /etc/suricata/iprep
13 #reputation-files:
14 # - reputation.list
16 reputation-categories-file
27 default-reputation-path
30 Path where reputation files from the "reputation-files" directive are loaded from by default.
36 default-reputation-path: /etc/suricata/iprep
38 reputation-files
47 reputation-files:
[all …]
H A Dip-reputation.rst6 ip-reputation-config
7 ip-reputation-format
9reputation component is the ranking of IP Addresses within the Suricata Engine. It will collect, …
11reputation, and the communication protocol between hubs and sensors. The hub will have a number o…
14 …tion about IP Reputation see :doc:`ip-reputation-config`, :doc:`/rules/ip-reputation-rules` and :d…
H A Dip-reputation-format.rst4 …on file formats. For the configuration see :doc:`ip-reputation-config` and :doc:`/rules/ip-reputat…
29 The reputation file lists a reputation score for hosts in the categories. It's a simple CSV file:
34 <ip>,<category>,<reputation score>
36 …ion. The category is the number as defined in the categories file. The reputation score is the con…
/dports/devel/py-stackexchange/py-stackexchange-2.2.7/demo/
H A Dnarcissism.py17 reputation = {} variable
20 print(' %s / %d reputation' % (account.on_site.name, account.reputation))
23 reputation[account.reputation] = account.on_site.name
25 print('Most reputation on: %s' % reputation[max(reputation)])
/dports/net/storj/storj-1.45.3/satellite/reputation/
H A Dbenchmark_test.go39 _, _, err := reputationdb.Update(ctx, reputation.UpdateRequest{
41 AuditOutcome: reputation.AuditSuccess,
51 _, _, err := reputationdb.Update(ctx, reputation.UpdateRequest{
53 AuditOutcome: reputation.AuditFailure,
63 _, _, err := reputationdb.Update(ctx, reputation.UpdateRequest{
65 AuditOutcome: reputation.AuditUnknown,
75 _, _, err := reputationdb.Update(ctx, reputation.UpdateRequest{
77 AuditOutcome: reputation.AuditOffline,
H A Daudithistory_test.go44 updateReq := reputation.UpdateRequest{
45 AuditOutcome: reputation.AuditOffline,
54 updateReq.AuditOutcome = reputation.AuditSuccess
64 updateReq.AuditOutcome = reputation.AuditOffline
70 updateReq.AuditOutcome = reputation.AuditSuccess
80 updateReq.AuditOutcome = reputation.AuditSuccess
85 updateReq.AuditOutcome = reputation.AuditSuccess
92 updateReq.AuditOutcome = reputation.AuditSuccess
104 updateReq.AuditOutcome = reputation.AuditSuccess
H A Ddb_test.go35 updateReq := reputation.UpdateRequest{
37 AuditOutcome: reputation.AuditOffline,
48 updateReq.AuditOutcome = reputation.AuditOffline
56 updateReq.AuditOutcome = reputation.AuditSuccess
66 func testAuditHistoryConfig() reputation.AuditHistoryConfig {
67 return reputation.AuditHistoryConfig{
/dports/security/suricata/suricata-6.0.4/doc/userguide/rules/
H A Dip-reputation-rules.rst6 …out IP Reputation see :doc:`/reputation/ipreputation/ip-reputation-config` and :doc:`/reputation/i…
11 The iprep directive matches on the IP reputation information for a host.
15 iprep:<side to check>,<category>,<operator>,<reputation score>
24 reputation score: 1-127
33 … client while communicating with any IP in the CnC category that has a reputation score set to gre…
/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Daudithistory.go15 func addAudit(a *internalpb.AuditHistory, auditTime time.Time, online bool, config reputation.Audit…
75 …ontext.Context, oldHistory []byte, updateReq reputation.UpdateRequest, auditTime time.Time) (res *
80 online := updateReq.AuditOutcome != reputation.AuditOffline
82 res = &reputation.UpdateAuditHistoryResponse{
110 func auditHistoryFromPB(historyBytes []byte) (auditHistory *reputation.AuditHistory, err error) {
116 history := &reputation.AuditHistory{
118 Windows: make([]*reputation.AuditWindow, len(historyPB.Windows)),
121 history.Windows[i] = &reputation.AuditWindow{
/dports/net/storj/storj-1.45.3/web/multinode/src/reputation/
H A Dservice.ts11 private readonly reputation: ReputationClient; property in ReputationService
13 public constructor(reputation: ReputationClient) {
14 this.reputation = reputation;
22 return await this.reputation.stats(satelliteId);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PostmasterTools/
H A DIpReputation.php22 public $reputation; variable in Google_Service_PostmasterTools_IpReputation
33 public function setReputation($reputation) argument
35 $this->reputation = $reputation;
39 return $this->reputation;
/dports/net/storj/storj-1.45.3/docs/blueprints/
H A Dnode-selection.md9 …te paper section 4.15 describes a 'preferences' system used in node selection, based on reputation:
13reputation is only used to select where new data will be stored, both during repair and during the…
15reputation-like system uses uptime and audit responses. It does not currently consider geographic…
22 Separate reputation scores will be maintained for audits and uptime. Two sets of configurations wi…
24 The reputation _R(n)_ is calculated based on some measured success _v_, two persisted values a and …
36 …gives preference to nodes with better reputation. For every two nodes returned, the one with the …
63 The Storj Data Science team has currently published two papers on the design of our reputation scor…
64 …tascience/reputation%20scoring%20framework.pdf) and [Extending Audit/Uptime Success Ratios](../dat…
66 These papers put forth a model where reputation chance be determined based on previous 'shape' valu…
68reputation towards its "true" reputation. ... We start with α0 = 1 and β0 = 1 for two reasons: fi…
[all …]
/dports/net/storj/storj-1.45.3/storagenode/reputation/
H A Dreputation_test.go28 stats := reputation.Stats{
30 Audit: reputation.Metric{
77 var stats []reputation.Stats
82 rep := reputation.Stats{
84 Audit: reputation.Metric{
147 stats := reputation.Stats{
194 stats := reputation.Stats{
212 statsNew = reputation.Stats{
223 statsNew = reputation.Stats{
235 statsNew = reputation.Stats{
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/rules/
H A D20_mailspike.cf23 describe RCVD_IN_MSPIKE_L5 Very bad reputation (-5)
28 describe RCVD_IN_MSPIKE_L4 Bad reputation (-4)
33 describe RCVD_IN_MSPIKE_L3 Low reputation (-3)
38 describe RCVD_IN_MSPIKE_L2 Suspicious reputation (-2)
44 describe RCVD_IN_MSPIKE_H5 Excellent reputation (+5)
49 describe RCVD_IN_MSPIKE_H4 Very Good reputation (+4)
54 describe RCVD_IN_MSPIKE_H3 Good reputation (+3)
59 describe RCVD_IN_MSPIKE_H2 Average reputation (+2)
H A D25_dcc.cf41 # to receive reputation data from DCC servers requires a commercial license
42 # Update 2019: reputation data is free starting from DCC 2.x version
45 describe DCC_REPUT_00_12 DCC reputation between 0 and 12 % (mostly ham)
51 describe DCC_REPUT_13_19 DCC reputation between 13 and 19 %
57 describe DCC_REPUT_70_89 DCC reputation between 70 and 89 %
63 describe DCC_REPUT_90_94 DCC reputation between 90 and 94 %
69 describe DCC_REPUT_95_98 DCC reputation between 95 and 98 % (mostly spam)
75 describe DCC_REPUT_99_100 DCC reputation between 99 % or higher (spam)
/dports/mail/opensmtpd-filter-senderscore/filter-senderscore-0.1.1/
H A DREADME.md5 session based on the reputation of the source IP address.
11 - blocking hosts with reputation below a certain value
12 - adding X-Spam header to hosts with reputation below a certain value
13 - apply to a session a time penalty proportional to the IP reputation
49 `-blockBelow` will display an error banner for sessions with reputation score below value then disc…
51 …ssage at the end of a session and may only be used to warn sender that reputation is degrading as …
55 `-slowFactor` will delay all answers to a reputation-related percentage of its value in millisecond…
57 `-scoreHeader` will add an X-SenderScore header with reputation value if known.
/dports/games/pioneer/pioneer-20210723/data/libs/
H A DCharacter.lua457 reputation = 0,
1109 if self.reputation < -8 then
1111 elseif self.reputation < 0 then
1113 elseif self.reputation < 4 then
1115 elseif self.reputation < 8 then
1117 elseif self.reputation < 16 then
1119 elseif self.reputation < 32 then
1121 elseif self.reputation < 64 then
1123 elseif self.reputation < 128 then
1125 elseif self.reputation < 256 then
[all …]
/dports/net/storj/storj-1.45.3/storagenode/storagenodedb/
H A Dreputation.go30 func (db *reputationDB) Store(ctx context.Context, stats reputation.Stats) (err error) {
33 query := `INSERT OR REPLACE INTO reputation (
105 func (db *reputationDB) Get(ctx context.Context, satelliteID storj.NodeID) (_ *reputation.Stats, er…
108 stats := reputation.Stats{
130 FROM reputation WHERE satellite_id = ?`,
171 func (db *reputationDB) All(ctx context.Context) (_ []reputation.Stats, err error) {
191 FROM reputation`
200 var statsList []reputation.Stats
202 var stats reputation.Stats
/dports/net/storj/storj-1.45.3/satellite/nodestats/
H A Dendpoint.go33 reputation *reputation.Service member
39 func NewEndpoint(log *zap.Logger, overlay overlay.DB, reputation *reputation.Service, accounting ac…
43 reputation: reputation,
65 reputationInfo, err := e.reputation.Get(ctx, peer.ID)
96 AuditHistory: reputation.AuditHistoryToPB(reputationInfo.AuditHistory),
/dports/games/powder-toy/The-Powder-Toy-95.0/src/client/
H A DUserInfo.h22 int reputation; variable
24 …saveCount, float averageScore, int highestScore, int topicCount, int topicReplies, int reputation): in UserInfo() argument
36 reputation(reputation) in UserInfo()
/dports/games/corsix-th/CorsixTH-0.65.1/LevelEdit/src/com/corsixth/leveledit/
H A DTabAwards.java45 static int reputation = REPUTATION; field in TabAwards
63 Integer.toString(reputation), 5);
158 reputation = 1; in TabAwards()
159 reputationTF.setText(Integer.toString(reputation)); in TabAwards()
161 reputation = 999; in TabAwards()
162 reputationTF.setText(Integer.toString(reputation)); in TabAwards()
164 reputation = input; in TabAwards()
166 reputation = Integer.parseInt(Gui.tempValue); in TabAwards()
/dports/net/haproxy20/haproxy-2.0.26/contrib/spoa_example/
H A DREADME1 A Random IP reputation service acting as a Stream Processing Offload Agent
4 This is a very simple service that implement a "random" ip reputation
6 shows you how to implement a ip reputation service or such kind of services
32 [ip-reputation]
50 The engine is in the scope "ip-reputation". So to enable it, you must set the
55 filter spoe engine ip-reputation config /path/spoe-ip-reputation.conf
58 where "/path/spoe-ip-reputation.conf" is the path to your SPOE configuration
/dports/net/haproxy22/haproxy-2.2.19/contrib/spoa_example/
H A DREADME1 A Random IP reputation service acting as a Stream Processing Offload Agent
4 This is a very simple service that implement a "random" ip reputation
6 shows you how to implement a ip reputation service or such kind of services
32 [ip-reputation]
50 The engine is in the scope "ip-reputation". So to enable it, you must set the
55 filter spoe engine ip-reputation config /path/spoe-ip-reputation.conf
58 where "/path/spoe-ip-reputation.conf" is the path to your SPOE configuration
/dports/net/haproxy19/haproxy-1.9.16/contrib/spoa_example/
H A DREADME1 A Random IP reputation service acting as a Stream Processing Offload Agent
4 This is a very simple service that implement a "random" ip reputation
6 shows you how to implement a ip reputation service or such kind of services
32 [ip-reputation]
50 The engine is in the scope "ip-reputation". So to enable it, you must set the
55 filter spoe engine ip-reputation config /path/spoe-ip-reputation.conf
58 where "/path/spoe-ip-reputation.conf" is the path to your SPOE configuration
/dports/net/haproxy17/haproxy-1.7.14/contrib/spoa_example/
H A DREADME1 A Random IP reputation service acting as a Stream Processing Offload Agent
4 This is a very simple service that implement a "random" ip reputation
6 shows you how to implement a ip reputation service or such kind of services
32 [ip-reputation]
50 The engine is in the scope "ip-reputation". So to enable it, you must set the
55 filter spoe engine ip-reputation config /path/spoe-ip-reputation.conf
58 where "/path/spoe-ip-reputation.conf" is the path to your SPOE configuration

12345678910>>...95