Advertisement
ovizii

senderbase-reputation.cf

Jul 12th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. ## senderbase.org reputation check from Nicola
  2. ## https://metacpan.org/pod/Net::SenderBase::Results
  3. # '0-0' => 'version_number',
  4. # 1 => 'org_name',
  5. # 2 => 'org_daily_magnitude',
  6. # 3 => 'org_monthly_magnitude',
  7. # 4 => 'org_id',
  8. # 5 => 'org_category',
  9. # 6 => 'org_first_message',
  10. # 7 => 'org_domains_count',
  11. # 8 => 'org_ip_controlled_count',
  12. # 9 => 'org_ip_used_count',
  13. # 10 => 'org_fortune_1000',
  14.  
  15. # 20 => 'hostname',
  16. # 21 => 'domain_name',
  17. # 22 => 'hostname_matches_ip',
  18. # 23 => 'domain_daily_magnitude',
  19. # 24 => 'domain_monthly_magnitude',
  20. # 25 => 'domain_first_message',
  21. # 26 => 'domain_rating',
  22.  
  23. # 40 => 'ip_daily_magnitude',
  24. # 41 => 'ip_monthly_magnitude',
  25. # 43 => 'ip_average_magnitude',
  26. # 44 => 'ip_30_day_volume_percent',
  27. # 45 => 'ip_in_bonded_sender',
  28. # 46 => 'ip_cidr_range',
  29. # 47 => 'ip_blacklist_score',
  30.  
  31. # 50 => 'ip_city',
  32. # 51 => 'ip_state',
  33. # 52 => 'ip_postal_code',
  34. # 53 => 'ip_country',
  35. # 54 => 'ip_longitude',
  36. # 55 => 'ip_latitude'
  37.  
  38. # Information checks
  39. header __R_SB eval:check_rbl_txt('sa.senderbase.org-lastexternal','sa.senderbase.org')
  40. describe __R_SB IP listed in SenderBase
  41. tflags __R_SB net
  42. reuse __R_SB
  43.  
  44. header R_SB_HOSTEQIP eval:check_rbl_sub('sa.senderbase.org-lastexternal', '22=Y')
  45. describe R_SB_HOSTEQIP Forward-confirmed reverse DNS (FCrDNS) succeeded
  46. score R_SB_HOSTEQIP -0.45
  47. reuse R_SB_HOSTEQIP
  48.  
  49. # I don't need this I already use RelayCountry plugin but I might consider using this instead as the test would be done externally this way and not run on my system
  50. #header R_SB_IP_IT eval:check_rbl_sub('sa.senderbase.org-lastexternal', '53=IT')
  51. #describe R_SB_IP_IT Cisco Senderbase - last relay Italy in this case
  52. #score R_SB_IP_IT -0.05
  53. #reuse R_SB_IP_IT
  54.  
  55. header R_SB_FORTUNE eval:check_rbl_sub('sa.senderbase.org-lastexternal', '10=Y')
  56. describe R_SB_FORTUNE Sender is in the Fortune 1000 and less likely to spam
  57. score R_SB_FORTUNE -0.80
  58. reuse R_SB_FORTUNE
  59.  
  60. # Reputation checks
  61.  
  62. header __R_SB_FR eval:check_rbl_txt('rf.senderbase.org-lastexternal','rf.senderbase.org')
  63. describe __R_SB_FR IP reputation of the sender at SenderBase
  64. tflags __R_SB_FR net
  65. reuse __R_SB_FR
  66.  
  67. header R_SB_FR_N10 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-10')
  68. describe R_SB_FR_N10 SenderBase Reputation is -10
  69. score R_SB_FR_N10 0.65
  70. reuse R_SB_FR_N10
  71.  
  72. header R_SB_FR_N09 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-9\.')
  73. describe R_SB_FR_N09 SenderBase Reputation is -9
  74. score R_SB_FR_N09 0.60
  75. reuse R_SB_FR_N09
  76.  
  77. header R_SB_FR_N08 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-8\.')
  78. describe R_SB_FR_N08 SenderBase Reputation is -8
  79. score R_SB_FR_N08 0.55
  80. reuse R_SB_FR_N08
  81.  
  82. header R_SB_FR_N07 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-7\.')
  83. describe R_SB_FR_N07 SenderBase Reputation is -7
  84. score R_SB_FR_N07 0.50
  85. reuse R_SB_FR_N07
  86.  
  87. header R_SB_FR_N06 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-6\.')
  88. describe R_SB_FR_N06 SenderBase Reputation is -6
  89. score R_SB_FR_N06 0.45
  90. reuse R_SB_FR_N06
  91.  
  92. header R_SB_FR_N05 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-5\.')
  93. describe R_SB_FR_N05 SenderBase Reputation is -5
  94. score R_SB_FR_N05 0.40
  95. reuse R_SB_FR_N05
  96.  
  97. header R_SB_FR_N04 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-4\.')
  98. describe R_SB_FR_N04 SenderBase Reputation is -4
  99. score R_SB_FR_N04 0.35
  100. reuse R_SB_FR_N04
  101.  
  102. header R_SB_FR_N03 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-3\.')
  103. describe R_SB_FR_N03 SenderBase Reputation is -3
  104. score R_SB_FR_N03 0.30
  105. reuse R_SB_FR_N03
  106.  
  107. header R_SB_FR_N02 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-2\.')
  108. describe R_SB_FR_N02 SenderBase Reputation is -2
  109. score R_SB_FR_N02 0.25
  110. reuse R_SB_FR_N02
  111.  
  112. header R_SB_FR_N01 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^-1\.')
  113. describe R_SB_FR_N01 SenderBase Reputation is -1
  114. score R_SB_FR_N01 0.20
  115. reuse R_SB_FR_N01
  116.  
  117. header R_SB_FR_P00 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^0\.')
  118. describe R_SB_FR_P00 SenderBase Reputation is 0
  119. score R_SB_FR_P00 0.15
  120. reuse R_SB_FR_P00
  121.  
  122. header R_SB_FR_P01 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^1\.')
  123. describe R_SB_FR_P01 SenderBase Reputation is 1
  124. score R_SB_FR_P01 0.00
  125. reuse R_SB_FR_P01
  126.  
  127. header R_SB_FR_P02 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^2\.')
  128. describe R_SB_FR_P02 SenderBase Reputation is 2
  129. score R_SB_FR_P02 -0.15
  130. reuse R_SB_FR_P02
  131.  
  132. header R_SB_FR_P03 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^3\.')
  133. describe R_SB_FR_P03 SenderBase Reputation is 3
  134. score R_SB_FR_P03 -0.20
  135. reuse R_SB_FR_P03
  136.  
  137. header R_SB_FR_P04 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^4\.')
  138. describe R_SB_FR_P04 SenderBase Reputation is 4
  139. score R_SB_FR_P04 -0.25
  140. reuse R_SB_FR_P04
  141.  
  142. header R_SB_FR_P05 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^5\.')
  143. describe R_SB_FR_P05 SenderBase Reputation is 5
  144. score R_SB_FR_P05 -0.30
  145. reuse R_SB_FR_P05
  146.  
  147. header R_SB_FR_P06 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^6\.')
  148. describe R_SB_FR_P06 SenderBase Reputation is 6
  149. score R_SB_FR_P06 -0.35
  150. reuse R_SB_FR_P06
  151.  
  152. header R_SB_FR_P07 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^7\.')
  153. describe R_SB_FR_P07 SenderBase Reputation is 7
  154. score R_SB_FR_P07 -0.40
  155. reuse R_SB_FR_P07
  156.  
  157. header R_SB_FR_P08 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^8\.')
  158. describe R_SB_FR_P08 SenderBase Reputation is 8
  159. score R_SB_FR_P08 -0.45
  160. reuse R_SB_FR_P08
  161.  
  162. header R_SB_FR_P09 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^9\.')
  163. describe R_SB_FR_P09 SenderBase Reputation is 9
  164. score R_SB_FR_P09 -0.50
  165. reuse R_SB_FR_P09
  166.  
  167. header R_SB_FR_P10 eval:check_rbl_sub('rf.senderbase.org-lastexternal', '^10')
  168. describe R_SB_FR_P10 SenderBase Reputation is 10
  169. score R_SB_FR_P10 -0.55
  170. reuse R_SB_FR_P10
  171.  
  172. meta R_SB_FR_BLACK ( R_SB_FR_N10 || R_SB_FR_N09 || R_SB_FR_N08 || R_SB_FR_N07 || R_SB_FR_N06 )
  173. describe R_SB_FR_BLACK SenderBase BLACK List
  174. score R_SB_FR_BLACK 3.00
  175.  
  176. meta R_SB_FR_WHITE ( R_SB_FR_P10 || R_SB_FR_P09 || R_SB_FR_P08 || R_SB_FR_P07 || R_SB_FR_P06 || R_SB_FR_P05 || R_SB_FR_P04 )
  177. describe R_SB_FR_WHITE SenderBase WHITE List
  178. score R_SB_FR_WHITE -1.50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement