第 65 章 反垃圾郵件相關

2021-09-22 17:15:30 字數 3509 閱讀 5260

從主域開始檢視 txt 記錄

neo@netkiller:~$ nslookup -type=txt 163.com

server: 8.8.8.8

address: 8.8.8.8#53

non-authoritative answer:

163.com text = "v=spf1 include:spf.163.com -all"

authoritative answers can be found from:

找到 spf.163.com 網域名稱,再檢視它的 txt 記錄

neo@netkiller:~$ nslookup -type=txt spf.163.com

server: 8.8.8.8

address: 8.8.8.8#53

non-authoritative answer:

spf.163.com text = "v=spf1 include:a.spf.163.com include:b.spf.163.com include:c.spf.163.com include:d.spf.163.com -all"

authoritative answers can be found from:

一次檢視 a.spf.163.com ~ d.spf.163.com 幾個網域名稱

neo@netkiller:~$ nslookup -type=txt a.spf.163.com

server: 8.8.8.8

address: 8.8.8.8#53

non-authoritative answer:

a.spf.163.com text = "v=spf1 ip4:220.181.12.0/22 ip4:220.181.31.0/24 ip4:123.125.50.0/24 ip4:220.181.72.0/24 ip4:123.58.178.0/24 ip4:123.58.177.0/24 ip4:113.108.225.0/24 ip4:218.107.63.0/24 ip4:123.58.189.128/25 -all"

authoritative answers can be found from:

這樣就可以獲得163.com所有郵件伺服器的ip位址

下面我們使用 dig 演示此過程

neo@netkiller:~$ dig -t txt google.com

; <<>> dig 9.9.5-11ubuntu1.2-ubuntu <<>> -t txt google.com

;; global options: +cmd

;; got answer:

;; ->>header<<- opcode: query, status: noerror, id: 55272

;; flags: qr rd ra; query: 1, answer: 1, authority: 0, additional: 1

;; opt pseudosection:

; edns: version: 0, flags:; udp: 512

;; question section:

;google.com. in txt

;; answer section:

google.com. 3599 in txt "v=spf1 include:_spf.google.com ~all"

;; query time: 40 msec

;; server: 8.8.8.8#53(8.8.8.8)

;; when: wed feb 24 11:12:01 hkt 2016

;; msg size rcvd: 87

neo@netkiller:~$ dig -t txt _spf.google.com

; <<>> dig 9.9.5-11ubuntu1.2-ubuntu <<>> -t txt _spf.google.com

;; global options: +cmd

;; got answer:

;; ->>header<<- opcode: query, status: noerror, id: 24347

;; flags: qr rd ra; query: 1, answer: 1, authority: 0, additional: 1

;; opt pseudosection:

; edns: version: 0, flags:; udp: 512

;; question section:

;_spf.google.com. in txt

;; answer section:

_spf.google.com. 299 in txt "v=spf1 include:_netblocks.google.com include:_netblocks2.google.com include:_netblocks3.google.com ~all"

;; query time: 45 msec

;; server: 8.8.8.8#53(8.8.8.8)

;; when: wed feb 24 11:12:07 hkt 2016

;; msg size rcvd: 160

neo@netkiller:~$ dig -t txt _netblocks.google.com

; <<>> dig 9.9.5-11ubuntu1.2-ubuntu <<>> -t txt _netblocks.google.com

;; global options: +cmd

;; got answer:

;; ->>header<<- opcode: query, status: noerror, id: 59355

;; flags: qr rd ra; query: 1, answer: 1, authority: 0, additional: 1

;; opt pseudosection:

; edns: version: 0, flags:; udp: 512

;; question section:

;_netblocks.google.com. in txt

;; answer section:

_netblocks.google.com. 3599 in txt "v=spf1 ip4:64.18.0.0/20 ip4:64.233.160.0/19 ip4:66.102.0.0/20 ip4:66.249.80.0/20 ip4:72.14.192.0/18 ip4:74.125.0.0/16 ip4:108.177.8.0/21 ip4:173.194.0.0/16 ip4:207.126.144.0/20 ip4:209.85.128.0/17 ip4:216.58.192.0/19 ip4:216.239.32.0/19 ~all"

;; query time: 42 msec

;; server: 8.8.8.8#53(8.8.8.8)

;; when: wed feb 24 11:12:13 hkt 2016

;; msg size rcvd: 304

SCCD 第6 5章 在文字框旁邊新增按鈕

通過修改應用程式的 presentation.xml 檔案,您可以在文字框和多部分文字框旁邊新增多達三個按鈕。可以對最常用的選單項新增按鈕。可以在 menus.xml 檔案中選擇現有選單,也可以在該檔案中定義新選單。選單項必須包含標籤 事件以及影象屬性,例如 label select value e...

數學建模演算法與應用第6章筆記(6 5之後補上)

s nonzeros a 返回 a 中非零元素的整個列向量,並且按列排序。clc,clear a textread data4.txt 把原始資料儲存在純文字檔案data4.txt中x a 2 2 6 提出人口資料 x nonzeros x s nonzeros a 返回 a 中非零元素的整個列向量...

第05組(65)需求分析報告

整體計畫安排 團隊分工 思維導圖和燃盡圖 貢獻比例 uml工具選擇與評價 遇到的困難及解決方法 學習進度條 第二階段 beta版本 擴大測試範圍,優化模型引數,從生物感測器,手機運動程式獲取心率和步頻,使用者註冊。第三階段 final版本 實現使用者反饋自行擬合模型,同風格 remix功能,介面ui...