Skip to content

Commit

Permalink
Uses double quotes in example data
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jul 19, 2014
1 parent 8aa550b commit 112c8dd
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ entity, datatype, direction, source, notes, date
- The `source` field contains the original URL.
- The `notes` field should cover any extra tag info we may want to persist with the data
- The `date` field will be in `YYYY-MM-DD` format.
- All fields are quoted with double-quotes (`"`).
An output example:
```
entity, type, direction, source, notes, date
24.210.174.91,IPv4,inbound,openbl,SSH scan,2014-06-01
201.216.191.174,IPv4,inbound,openbl,SSH scan,2014-06-01
114.130.9.21,IPv4,inbound,openbl,FTP scan,2014-06-01
175.45.187.30,IPv4,inbound,openbl,SSH scan,2014-06-01
118.69.201.55,IPv4,inbound,openbl,SSH scan,2014-06-01
citi-bank.ru,FQDN,outbound,mtc_malwaredns,Malware,2014-06-01
ilo.brenz.pl,FQDN,outbound,mtc_malwaredns,Malware,2014-06-01
utenti.lycos.it,FQDN,outbound,mtc_malwaredns,Malware,2014-06-01
bgr.runk.pl,FQDN,outbound,mtc_malwaredns,Malware,2014-06-01
"entity","type","direction","source","notes","date"
"24.210.174.91","IPv4","inbound","openbl","SSHscan","2014-06-01"
"201.216.191.174","IPv4","inbound","openbl","SSHscan","2014-06-01"
"114.130.9.21","IPv4","inbound","openbl","FTPscan","2014-06-01"
"175.45.187.30","IPv4","inbound","openbl","SSHscan","2014-06-01"
"118.69.201.55","IPv4","inbound","openbl","SSHscan","2014-06-01"
"citi-bank.ru","FQDN","outbound","mtc_malwaredns","Malware","2014-06-01"
"ilo.brenz.pl","FQDN","outbound","mtc_malwaredns","Malware","2014-06-01"
"utenti.lycos.it","FQDN","outbound","mtc_malwaredns","Malware","2014-06-01"
"bgr.runk.pl","FQDN","outbound","mtc_malwaredns","Malware","2014-06-01"
```
### Copyright Info
Expand Down

0 comments on commit 112c8dd

Please sign in to comment.