中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當前位置: 首頁 > news >正文

怎么做外匯返傭的網(wǎng)站推廣普通話活動方案

怎么做外匯返傭的網(wǎng)站,推廣普通話活動方案,河源市地震,WordPress主題加驗證碼藍隊技能 Suricata-C2&Webshell&隧道 藍隊技能總結前言一、C2規(guī)則開發(fā)1.1 Sliver1.2 CS 二、內(nèi)網(wǎng)隧道1.1 frps1.2 nps 三、webshell3.1 蟻劍3.2 冰蝎3.3 哥斯拉 總結 前言 本文聚焦于Suricata規(guī)則開發(fā),提供針對Sliver、Cobalt Strike(CS&#xf…

藍隊技能


Suricata-C2&Webshell&隧道

  • 藍隊技能
  • 總結
  • 前言
  • 一、C2規(guī)則開發(fā)
      • 1.1 Sliver
      • 1.2 CS
  • 二、內(nèi)網(wǎng)隧道
      • 1.1 frps
      • 1.2 nps
  • 三、webshell
      • 3.1 蟻劍
      • 3.2 冰蝎
      • 3.3 哥斯拉

總結

在這里插入圖片描述


前言

本文聚焦于Suricata規(guī)則開發(fā),提供針對Sliver、Cobalt Strike(CS)等C2框架,以及蟻劍、冰蝎、哥斯拉等Webshell工具的檢測規(guī)則。同時,我們還將涵蓋FRP和NPS等內(nèi)網(wǎng)隧道工具的檢測策略。通過運用這些規(guī)則,安全團隊能夠更有效地識別并響應潛在的安全威脅,保障網(wǎng)絡環(huán)境的安全穩(wěn)定。


一、C2規(guī)則開發(fā)

1.1 Sliver

alert tcp any any -> any any (msg: "Sliver HTTP woff request"; flow:to_server,established;content:".woff";http_uri;pcre: "/\/(static|assets|fonts|locales)(.*?)((attribute_text_w01_regular|ZillaSlab-Regular\.subset\.bbc33fb47cf6|ZillaSlab-Bold\.subset\.e96c15f68c68|Inter-Regular|Inter-Medium)\.woff)\?[a-z_]{1,2}=[a-z0-9_]{1,10}/i";sid:1000001;classtype:trojan-activity; rev:1;)
alert tcp any any -> any any (msg: "Sliver HTTP js request"; flow:to_server,established;content:"GET";http_method;nocase;content:".js";http_uri;pcre: "/\/(js|umd|assets|bundle|bundles|scripts|script|javascripts|javascript|jscript)(.*?)((bootstrap|bootstrap.min|jquery.min|jquery|route|app|app.min|array|backbone|script|email)\.js)\?[a-z_]{1,2}=[a-z0-9_]{1,10}/i";sid:1000002;classtype:trojan-activity; rev:1;)
alert tcp any any -> any any (msg: "Sliver HTTP html request&getsessionID"; flow:to_server,established;content:"POST";http_method;nocase;content:".html";http_uri;pcre: "/\/(php|api|upload|actions|rest|v1|oauth2callback|authenticate|oauth2|oauth|auth|database|db|namespaces)(.*?)((login|signin|api|samples|rpc|index|admin|register|sign-up)\.html)\?[a-z_]{1,2}=[a-z0-9_]{1,10}/i";sid:1000003;flowbits:set,name;flowbits:noalert;classtype:trojan-activity; rev:1;)
alert tcp any any <> any any (msg: "Sliver HTTP html response&set-cookie";flow:to_client,established;content:"Set-Cookie";http_header;pcre:"/^Set-Cookie\:\s*(PHPSESSID|SID|SSID|APISID|csrf-state|AWSALBCORS)\=[a-z0-9]{32}\;\s*HttpOnly$/i";sid:1000004;flowbits:isset,name;classtype:trojan-activity;)
alert tcp any any -> any any (msg: "Sliver HTTP php request"; flow:to_server,established;content:"POST";http_method;nocase;content:".php";http_uri;pcre: "/\/(php|api|upload|actions|rest|v1|oauth2callback|authenticate|oauth2|oauth|auth|database|db|namespaces)(.*?)((login|signin|api|samples|rpc|index|admin|register|sign-up)\.php)\?[a-z_]{1,2}=[a-z0-9_]{1,10}/i";sid:1000005;classtype:trojan-activity; rev:1;)
alert tcp any any -> any any (msg: "Sliver HTTP png request"; flow:to_server,established;content:".png";http_uri;pcre: "/\/(static|www|assets|images|icons|image|icon|png)(.*?)((favicon|sample|example)\.png)\?[a-z_]{1,2}=[a-z0-9_]{1,10}/i";sid:1000006;classtype:trojan-activity; rev:1;)
alert tls any any -> any any (msg:"sliver https debian"; ja3.hash; content:"19e29534fd49dd27d09234e639c4057e"; classtype:misc-activity; sid:1001; rev:1;)
alert tls any any -> any any (msg:"sliver https"; ja3.hash; content:"f4febc55ea12b31ae17cfb7e614afda8"; sid:1002;)

如下解釋如何使用Suricata進行規(guī)則開發(fā) Suricata下載

在這里插入圖片描述
在這里插入圖片描述

在這里插入圖片描述



1. suricata.exe :運行文件名稱
2. -c suricata.yaml :加載的配置文件
3. -s sliver.rules :驗證的規(guī)則
4. -i 192.168.189.152 :監(jiān)聽的網(wǎng)卡

后面運行sliver并執(zhí)行命令,不會的看我前幾篇文章即可

在這里插入圖片描述

1.2 CS

1. 修改suricata.yaml配置文件:
在這里插入圖片描述
在這里插入圖片描述
2. lua_script文件夾中創(chuàng)建checksum8_check.lua文件,并寫入如下內(nèi)容:
在這里插入圖片描述

# java代理換算成lua代碼
-- 定義函數(shù)來計算checksum8  
function checksum8(text)  if #text < 4 then  return 0  end  -- 移除字符串中的'/'字符  text = text:gsub("/", "")  local sum = 0  for x = 1, #text do  sum = sum + string.byte(text, x)  end  return sum % 256  
end  -- 主程序  
print(checksum8("Yle2"))

3. cs.rules文件內(nèi)容:

alert http any any -> any any (gid:3333; sid:30001; rev:1; \msg:"http-beacon-checksum8-path-parse"; \classtype: http-beacon; \flow: established, to_server; \urilen:4<>6; \luajit:checksum8_check.lua; \
)# http-beacon上線/心跳請求,匹配敏感路徑
alert http any any -> any any (gid:3333; sid:30003; rev:1; \msg:"http-beacon-get-data"; \classtype: http-beacon; \flow:to_server; \http.method; content:"GET"; \http.accept; content:"*/*"; \http.uri; pcre:"/\/ca|\/dpixel|\/__utm.gif|\/pixel.gif|\/g.pixel|\/dot.gif|\/updates.rss|\/fwlink|\/cm|\/cx|\/pixel|\/match|\/visit.js|\/load|\/push|\/ptj|\/j.ad|\/ga.js|\/en_US\/all.js|\/activity|\/IE9CompatViewList.xml/"; \http.user_agent; pcre:"/Mozilla\/5.0 \(compatible/"; \
)# http-beacon執(zhí)行完下發(fā)的命令后,通過post方式向c2服務器發(fā)起數(shù)據(jù)回傳請求
alert http any any -> any any (gid:3333; sid:30004; rev:1; \msg:"http-beacon-post-data"; \classtype: http-beacon; \flow:to_server; \http.method; content:"POST"; \http.uri; content:"/submit.php?id="; \http.accept; content:"*/*"; \http.content_type; content:"application/octet-stream"; \http.connection; content:"keep-alive"; nocase; \http.request_body; content:"|00 00 00|"; startswith; \
)# https-beacon-ja3指紋,client-hello
alert tls any any -> any any (gid:6666; sid:30005; rev:1; \msg:"https-beacon-ja3-hash"; \classtype: https-beacon; \ja3.hash; pcre:"/72a589da586844d7f0818ce684948eea|652358a663590cfc624787f06b82d9ae|4d93395b1c1b9ad28122fb4d09f28c5e|a0e9f5d64349fb13191bc781f81f42e1/"; \
)# https-beacon-ja3s指紋,server-hello
alert tls any any -> any any (gid:6666; sid:30006; rev:1; \msg:"https-beacon-ja3s-hash"; \classtype: https-beacon; \ja3s.hash; pcre:"/fd4bc6cea4877646ccd62f0792ec0b62|b742b407517bac9536a77a7b0fee28e9/"; \
)# https-beacon-cert指紋,subject、cert_issuer,默認為空
alert tls any any -> any any (gid:6666; sid:30007; rev:1; \msg:"https-beacon-tls-cert-issuer"; \classtype: https-beacon; \tls.cert_subject; content:"C=, ST=, L=, O=, OU=, CN="; nocase; \tls.cert_issuer; content:"C=, ST=, L=, O=, OU=, CN="; nocase; \tls_cert_notbefore:2015-05-20T18:26:24; \tls_cert_notafter:2025-05-17T18:26:24; \
)# https-beacon-cert指紋,fingerprint
alert tls any any -> any any (gid:6666; sid:30008; rev:1; \msg:"https-beacon-tls-cert-fingerprint"; \classtype: https-beacon; \tls.cert_fingerprint; content:"6e:ce:5e:ce:41:92:68:3d:2d:84:e2:5b:0b:a7:e0:4f:9c:b7:eb:7c" ;\
)# https-beacon-cert指紋,serialNumber
alert tls any any -> any any (gid:6666; sid:30009; rev:1; \msg:"https-beacon-tls-cert-fingerprint"; \classtype: https-beacon; \tls.cert_serial; content:"08:BB:00:EE"; \
)# dns-beacon,匹配dns-beacon發(fā)起上線/心跳請求后,c2服務器的返回包
# Type: A, Class: IN, 0.0.0.0
alert dns any any -> any any (gid:9999; sid:30010; rev:1; \msg:"dns-beacon-live-response"; \classtype: dns-beacon; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 00|"; endswith; \
)# dns-beacon,匹配dns-beacon發(fā)起上線/心跳請求后,c2服務器的返回包,選擇后續(xù)使用A記錄
# Type: A, Class: IN, 0.0.0.241
alert dns any any -> any any (gid:9999; sid:30011; rev:1; \msg:"dns-beacon-live-response"; \classtype: dns-beacon; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 f1|"; nocase; endswith; \
)# dns-beacon,匹配dns-beacon發(fā)起上線/心跳請求后,c2服務器的返回包,選擇后續(xù)使用TXT記錄
# Type: A, Class: IN, 0.0.0.243
alert dns any any -> any any (gid:9999; sid:30012; rev:1; \msg:"dns-beacon-live-response"; \classtype: dns-beacon; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 f3|"; nocase; endswith; \
)# dns-beacon,匹配dns-beacon發(fā)起上線/心跳請求后,c2服務器的返回包,選擇后續(xù)使用AAAA記錄
# Type: A, Class: IN, 0.0.0.245
alert dns any any -> any any (gid:9999; sid:30013; rev:1; \msg:"dns-beacon-live-response"; \classtype: dns-beacon; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 f5|"; nocase; endswith; \
)# dns-beacon,匹配dns-beacon發(fā)起元數(shù)據(jù)提交請求后,c2服務器的確認返回包
# 以www開頭0.0.0.0結尾的A記錄查詢返回包
# Type: A, Class: IN, 0.0.0.0
alert udp any any -> any any (gid:9999; sid:30014; rev:1; \msg:"dns-beacon-metadata-response"; \classtype: dns-beacon; \flow:to_client; \content:"www"; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 00|"; nocase; endswith; \
)# dns-beacon,匹配dns-beacon使用AAAA、TXT方式向c2服務器發(fā)起payload下載請求后,c2服務器的返回包
# www6 ==> AAAA 、api ==> TXT 
# Type: A, Class: IN, 0.0.0.80
alert udp any any -> any any (gid:9999; sid:30015; rev:1; \msg:"dns-beacon-getpayload-response"; \classtype: dns-beacon; \flow:to_client; \pcre:"/www6|api/"; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 50|"; endswith; \
)# dns-beacon,匹配dns-beacon使用A方式向c2服務器發(fā)起payload下載請求后,c2服務器的返回包
# cdn ==> A
# Type: A, Class: IN, 0.0.0.64
alert udp any any -> any any (gid:9999; sid:30016; rev:1; \msg:"dns-beacon-getpayload-response"; \classtype: dns-beacon; \flow:to_client; \pcre:"/cdn/"; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 40|"; endswith; \
)# dns-beacon,匹配dns-beacon使用執(zhí)行完payload后,向c2服務器執(zhí)行結果數(shù)據(jù),c2服務器的返回包
# post ==> put_output
# Type: A, Class: IN, 0.0.0.00
alert udp any any -> any any (gid:9999; sid:30017; rev:1; \msg:"dns-beacon-output-response"; \classtype: dns-beacon; \flow:to_client; \content:"post"; \content:"|00 01 00 01 00 00 00|"; \content:"|00 00 00 00|"; nocase; endswith; \
)

二、內(nèi)網(wǎng)隧道

按照和C2相似的操作(監(jiān)聽流量 -> 工具運行)

1.1 frps

alert tcp any any -> any any (msg:"frp find"; content:"{\"version\":\""; pcre:"/\"version\":\"0\.\d{2}\.\d{1}\"/"; nocase; sid:1000042; rev:1;)alert tcp any any -> any any (msg:"frp find"; content:"{\"run_id\":\""; nocase; sid:1000044; rev:1;)

1.2 nps

alert tcp any any -> any any (msg:"nps find"; content:"sucs"; nocase; sid:1000053; rev:1;)

三、webshell

3.1 蟻劍

alert http any any -> $HOME_NET any (msg:"antSword find"; content:"User-Agent|3a| antSword/v2.1"; http_header; sid:1000009; rev:1;)

3.2 冰蝎

alert http any any -> $HOME_NET any (msg:"behinder find"; content:"Accept:"; http_header; content:"text/html"; http_header; content:"application/xhtml+xml"; http_header; content:"application/xml"; http_header; content:"q=0.9"; http_header; content:"image/webp"; http_header; content:"image/apng"; http_header; content:"*/*"; http_header; content:"q=0.8"; http_header; content:"application/signed-exchange"; http_header; content:"v=b3"; http_header; content:"Accept-Language: zh-CN"; http_header; content:"q=0.9"; http_header; content:"en-US"; http_header; content:"q=0.8"; http_header; sid:1000047; rev:3;)

3.3 哥斯拉

alert http any any -> $HOME_NET any (msg:"godzilla find"; content:"Accept:"; http_header; content:"text/html"; http_header; content:"application/xhtml+xml"; http_header; content:"application/xml"; http_header; content:"q=0.9"; http_header; content:"image/webp"; http_header; content:"*/*"; http_header; content:"q=0.8"; http_header; sid:1000099; rev:1;)

http://www.risenshineclean.com/news/56483.html

相關文章:

  • 網(wǎng)站后臺搜索nba最新排行
  • 網(wǎng)站自動答題腳本怎么做seo項目是什么
  • 網(wǎng)站備案信息變更百度指數(shù)在線查詢前100
  • 網(wǎng)站是怎么優(yōu)化的亞洲長尾關鍵詞挖掘
  • 白銀網(wǎng)站建設網(wǎng)絡營銷策劃書8000字
  • 網(wǎng)站制作長沙百度指數(shù)如何提升
  • 網(wǎng)站留言如何做的seo網(wǎng)站編輯優(yōu)化招聘
  • 南陽網(wǎng)站托管百度百度網(wǎng)址大全
  • 怎么給網(wǎng)站做鏈接屏蔽一個產(chǎn)品的宣傳和推廣方案
  • 全球最熱門網(wǎng)站關鍵對話
  • 貴陽網(wǎng)站建設-中國互聯(lián)百度400電話
  • 讓人家做網(wǎng)站需要問什么問題網(wǎng)站模板源碼
  • 青島做網(wǎng)站的公司哪個比較好百度外鏈查詢工具
  • 網(wǎng)站高端建設智慧軟文
  • 經(jīng)濟網(wǎng)站建設信息流優(yōu)化師沒經(jīng)驗可以做嗎
  • 政府政務公開網(wǎng)站建設云南疫情最新情況
  • 請別人做網(wǎng)站新手怎么做電商運營
  • 中國建設銀行社??ňW(wǎng)站吸引客流的25個技巧
  • 創(chuàng)意經(jīng)濟型網(wǎng)站建設優(yōu)化師培訓機構
  • 做網(wǎng)站哪個編輯器好用關鍵詞優(yōu)化一年的收費標準
  • 暴雪娛樂aso優(yōu)化運營
  • 支付寶免簽約wordpressseo網(wǎng)站推廣報價
  • c2g的代表性電商平臺怎樣淘寶seo排名優(yōu)化
  • 利用百度云做網(wǎng)站百度關鍵詞排名推廣工具
  • 阿里云備案 網(wǎng)站備案整合營銷傳播案例分析
  • 做水電到哪個網(wǎng)站找信息百度流量統(tǒng)計
  • 嘉祥做網(wǎng)站超級外鏈推廣
  • 廣州市口碑seo推廣seo推廣排名重要嗎
  • 信用門戶網(wǎng)站建設觀摩品牌推廣策劃營銷策劃
  • 泉州網(wǎng)頁設計制作沈陽seo優(yōu)化排名公司