https://github.com/subfission/iana-service-catalog
Catalog of IANA services prepared for ElasticSearch ingestion. (Updated Monthly)
https://github.com/subfission/iana-service-catalog
Last synced: 9 months ago
JSON representation
Catalog of IANA services prepared for ElasticSearch ingestion. (Updated Monthly)
- Host: GitHub
- URL: https://github.com/subfission/iana-service-catalog
- Owner: subfission
- License: cc-by-sa-4.0
- Created: 2020-03-14T20:12:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T02:25:31.000Z (about 6 years ago)
- Last Synced: 2025-02-06T11:52:49.641Z (over 1 year ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IANA Service Catalog
This is an auto-generated catalog of IANA services prepared for ElasticSearch ingestion. Records are parsed, normalized, and stored into YML files.
You can write a shell script to check for updates weekly, download, and plop them into your Logstash config.
# Breakdown
iana-service-catalog
├── LICENSE
├── README.md
└── depot
├── iana_protocols.yaml : All named protocols
├── iana_service_names_dccp.yaml : All DCCP protocols
├── iana_service_names_sctp.yaml : All SCTP protocols
├── iana_service_names_tcp.yaml : ALL TCP protocols
└── iana_service_names_udp.yaml : All UDP protocols
## Reference Material
- [DCCP](https://en.wikipedia.org/wiki/Datagram_Congestion_Control_Protocol)
- [SCTP](https://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol)
- [TCP](https://en.wikipedia.org/wiki/Transmission_Control_Protocol)
- [UDP](https://en.wikipedia.org/wiki/User_Datagram_Protocol)
- [IANA Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml)